[gnome-continuous-yocto/gnomeostree-3.28-rocko: 4445/8267] pkgconfig: use packageconfig
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-continuous-yocto/gnomeostree-3.28-rocko: 4445/8267] pkgconfig: use packageconfig
- Date: Sun, 17 Dec 2017 02:02:49 +0000 (UTC)
commit 6b149b6dbd6a3d709335317685644d55617225f4
Author: Ross Burton <ross burton intel com>
Date: Tue Jan 31 20:27:26 2017 +0000
pkgconfig: use packageconfig
Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>
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 66b02f1..5f2a5b6 100644
--- a/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb
+++ b/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb
@@ -8,10 +8,6 @@ SECTION = "console/utils"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
-DEPENDS = "glib-2.0 pkgconfig-native"
-DEPENDS_class-native = ""
-DEPENDS_class-nativesdk = ""
-
SRCREV = "87152c05be88ca8be71a3a563f275b3686d32c28"
PV = "0.29.1+git${SRCPV}"
@@ -26,9 +22,10 @@ S = "${WORKDIR}/git"
inherit autotools
-EXTRA_OECONF = "--without-internal-glib"
-EXTRA_OECONF_class-native = "--with-internal-glib"
-EXTRA_OECONF_class-nativesdk = "--with-internal-glib"
+PACKAGECONFIG ??= "glib"
+PACKAGECONFIG_class-native = ""
+PACKAGECONFIG_class-native = ""
+PACKAGECONFIG[glib] = "--without-internal-glib,--with-internal-glib,glib-2.0 pkgconfig-native"
acpaths = "-I ."
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]