summaryrefslogtreecommitdiffstats
path: root/meta/packages/pkgconfig/pkgconfig.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/pkgconfig/pkgconfig.inc')
-rw-r--r--meta/packages/pkgconfig/pkgconfig.inc15
1 files changed, 8 insertions, 7 deletions
diff --git a/meta/packages/pkgconfig/pkgconfig.inc b/meta/packages/pkgconfig/pkgconfig.inc
index 463faf3fad..c64037299e 100644
--- a/meta/packages/pkgconfig/pkgconfig.inc
+++ b/meta/packages/pkgconfig/pkgconfig.inc
@@ -5,19 +5,20 @@ It replaces the ubiquitous *-config scripts you may have \
5seen with a single tool." 5seen with a single tool."
6HOMEPAGE = "http://pkg-config.freedesktop.org/wiki/" 6HOMEPAGE = "http://pkg-config.freedesktop.org/wiki/"
7LICENSE = "GPL" 7LICENSE = "GPL"
8PR = "r7" 8PR = "r8"
9 9
10DEPENDS = "glib-2.0" 10DEPENDS = "glib-2.0"
11DEPENDS_virtclass-native = "" 11DEPENDS_virtclass-native = ""
12DEPENDS_virtclass-nativesdk = "" 12DEPENDS_virtclass-nativesdk = ""
13EXTRA_OECONF = "--with-installed-glib" 13EXTRA_OECONF = "--with-installed-glib --disable-legacy-scripts"
14EXTRA_OECONF_virtclass-native = "" 14EXTRA_OECONF_virtclass-native = "--disable-legacy-scripts"
15EXTRA_OECONF_virtclass-nativesdk = "" 15EXTRA_OECONF_virtclass-nativesdk = "--disable-legacy-scripts"
16 16
17SRC_URI = "http://pkgconfig.freedesktop.org/releases/pkg-config-${PV}.tar.gz \ 17SRC_URI = "http://pkgconfig.freedesktop.org/releases/pkg-config-${PV}.tar.gz \
18 file://autofoo.patch;patch=1 \ 18 file://autofoo.patch \
19 file://sysrootfix.patch;patch=1 \ 19 file://sysrootfix.patch \
20 file://glibconfig-sysdefs.h" 20 file://glibconfig-sysdefs.h \
21 file://disable-legacy.patch"
21 22
22S = "${WORKDIR}/pkg-config-${PV}/" 23S = "${WORKDIR}/pkg-config-${PV}/"
23 24