diff options
Diffstat (limited to 'meta/recipes-devtools/pkgconfig')
-rw-r--r-- | meta/recipes-devtools/pkgconfig/pkgconfig_git.bb | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb b/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb index 66b02f175d..5f2a5b6e4d 100644 --- a/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb +++ b/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb | |||
@@ -8,10 +8,6 @@ SECTION = "console/utils" | |||
8 | LICENSE = "GPLv2+" | 8 | LICENSE = "GPLv2+" |
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
10 | 10 | ||
11 | DEPENDS = "glib-2.0 pkgconfig-native" | ||
12 | DEPENDS_class-native = "" | ||
13 | DEPENDS_class-nativesdk = "" | ||
14 | |||
15 | SRCREV = "87152c05be88ca8be71a3a563f275b3686d32c28" | 11 | SRCREV = "87152c05be88ca8be71a3a563f275b3686d32c28" |
16 | PV = "0.29.1+git${SRCPV}" | 12 | PV = "0.29.1+git${SRCPV}" |
17 | 13 | ||
@@ -26,9 +22,10 @@ S = "${WORKDIR}/git" | |||
26 | 22 | ||
27 | inherit autotools | 23 | inherit autotools |
28 | 24 | ||
29 | EXTRA_OECONF = "--without-internal-glib" | 25 | PACKAGECONFIG ??= "glib" |
30 | EXTRA_OECONF_class-native = "--with-internal-glib" | 26 | PACKAGECONFIG_class-native = "" |
31 | EXTRA_OECONF_class-nativesdk = "--with-internal-glib" | 27 | PACKAGECONFIG_class-native = "" |
28 | PACKAGECONFIG[glib] = "--without-internal-glib,--with-internal-glib,glib-2.0 pkgconfig-native" | ||
32 | 29 | ||
33 | acpaths = "-I ." | 30 | acpaths = "-I ." |
34 | 31 | ||