From 2543b14dd0ca13005be0df027543431fc8e882ae Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 2 Jun 2014 21:04:59 +0100 Subject: recipes: Add missing pkgconfig class inherits These recipes all use pkg-config in some way but were missing dependencies on the tool, this patch adds them. Signed-off-by: Richard Purdie --- meta/recipes-connectivity/bluez/bluez4.inc | 2 +- meta/recipes-connectivity/connman/connman-gnome_0.7.bb | 2 +- meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.0.bb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'meta/recipes-connectivity') diff --git a/meta/recipes-connectivity/bluez/bluez4.inc b/meta/recipes-connectivity/bluez/bluez4.inc index 321fddbda9..11c961617a 100644 --- a/meta/recipes-connectivity/bluez/bluez4.inc +++ b/meta/recipes-connectivity/bluez/bluez4.inc @@ -24,7 +24,7 @@ SRC_URI = "\ " S = "${WORKDIR}/bluez-${PV}" -inherit autotools-brokensep +inherit autotools-brokensep pkgconfig EXTRA_OECONF = "\ --disable-gstreamer \ diff --git a/meta/recipes-connectivity/connman/connman-gnome_0.7.bb b/meta/recipes-connectivity/connman/connman-gnome_0.7.bb index f121ea395e..6688739766 100644 --- a/meta/recipes-connectivity/connman/connman-gnome_0.7.bb +++ b/meta/recipes-connectivity/connman/connman-gnome_0.7.bb @@ -18,7 +18,7 @@ SRC_URI = "git://github.com/connectivity/connman-gnome.git \ S = "${WORKDIR}/git" -inherit autotools-brokensep gtk-icon-cache +inherit autotools-brokensep gtk-icon-cache pkgconfig RDEPENDS_${PN} = "connman" diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.0.bb b/meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.0.bb index 73cfa6be31..048b0e566d 100644 --- a/meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.0.bb +++ b/meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.0.bb @@ -44,7 +44,7 @@ INITSCRIPT_PARAMS = "defaults" INITSCRIPT_NAME_${PN}-client = "nfscommon" INITSCRIPT_PARAMS_${PN}-client = "defaults 19 21" -inherit autotools-brokensep update-rc.d systemd +inherit autotools-brokensep update-rc.d systemd pkgconfig SYSTEMD_SERVICE_${PN} = "nfs-server.service nfs-mountd.service" SYSTEMD_SERVICE_${PN}-client = "nfs-statd.service" -- cgit 1.2.3-korg