summaryrefslogtreecommitdiff
path: root/meta/packages/pkgconfig/pkgconfig.inc
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-03-26 22:37:55 +0000
committerRichard Purdie <richard@openedhand.com>2008-03-26 22:37:55 +0000
commitcd22fcc461abb68f9f901433c3489bc562e3fa99 (patch)
tree3be39e26d651edd06e4ed129a46ff76423145b5c /meta/packages/pkgconfig/pkgconfig.inc
parentc3735c4462710b2c04ed4e2de90ab6bdfc148504 (diff)
downloadopenembedded-core-cd22fcc461abb68f9f901433c3489bc562e3fa99.tar.gz
openembedded-core-cd22fcc461abb68f9f901433c3489bc562e3fa99.tar.bz2
openembedded-core-cd22fcc461abb68f9f901433c3489bc562e3fa99.zip
pkgconfig: Fix problems with the sysroot implementation merged upstream, switch pkgconfig to link against an external glib-2.0
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4126 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/pkgconfig/pkgconfig.inc')
-rw-r--r--meta/packages/pkgconfig/pkgconfig.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/pkgconfig/pkgconfig.inc b/meta/packages/pkgconfig/pkgconfig.inc
index d4607f1733..6fec0c3645 100644
--- a/meta/packages/pkgconfig/pkgconfig.inc
+++ b/meta/packages/pkgconfig/pkgconfig.inc
@@ -5,9 +5,10 @@ It replaces the ubiquitous *-config scripts you may have \
seen with a single tool."
HOMEPAGE = "http://pkg-config.freedesktop.org/wiki/"
LICENSE = "GPL"
-PR = "r3"
+PR = "r6"
SRC_URI = "http://pkgconfig.freedesktop.org/releases/pkg-config-${PV}.tar.gz \
+ file://sysrootfix.patch;patch=1 \
file://glibconfig-sysdefs.h"
S = "${WORKDIR}/pkg-config-${PV}/"