diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-06-02 21:04:59 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-06-03 16:49:19 +0100 |
commit | e5cf31cf9387fe6d7fef84c67bb78e5c814b06d5 (patch) | |
tree | e5e32a375a68e6f8bc4ddaaf3b4724080d5cd9c8 /meta/recipes-connectivity | |
parent | 905061e47852199f1a680a1bf303c070258538ef (diff) | |
download | poky-e5cf31cf9387fe6d7fef84c67bb78e5c814b06d5.tar.gz |
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.
(From OE-Core rev: 2543b14dd0ca13005be0df027543431fc8e882ae)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r-- | meta/recipes-connectivity/bluez/bluez4.inc | 2 | ||||
-rw-r--r-- | meta/recipes-connectivity/connman/connman-gnome_0.7.bb | 2 | ||||
-rw-r--r-- | meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.0.bb | 2 |
3 files changed, 3 insertions, 3 deletions
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 = "\ | |||
24 | " | 24 | " |
25 | S = "${WORKDIR}/bluez-${PV}" | 25 | S = "${WORKDIR}/bluez-${PV}" |
26 | 26 | ||
27 | inherit autotools-brokensep | 27 | inherit autotools-brokensep pkgconfig |
28 | 28 | ||
29 | EXTRA_OECONF = "\ | 29 | EXTRA_OECONF = "\ |
30 | --disable-gstreamer \ | 30 | --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 \ | |||
18 | 18 | ||
19 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |
20 | 20 | ||
21 | inherit autotools-brokensep gtk-icon-cache | 21 | inherit autotools-brokensep gtk-icon-cache pkgconfig |
22 | 22 | ||
23 | RDEPENDS_${PN} = "connman" | 23 | RDEPENDS_${PN} = "connman" |
24 | 24 | ||
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" | |||
44 | INITSCRIPT_NAME_${PN}-client = "nfscommon" | 44 | INITSCRIPT_NAME_${PN}-client = "nfscommon" |
45 | INITSCRIPT_PARAMS_${PN}-client = "defaults 19 21" | 45 | INITSCRIPT_PARAMS_${PN}-client = "defaults 19 21" |
46 | 46 | ||
47 | inherit autotools-brokensep update-rc.d systemd | 47 | inherit autotools-brokensep update-rc.d systemd pkgconfig |
48 | 48 | ||
49 | SYSTEMD_SERVICE_${PN} = "nfs-server.service nfs-mountd.service" | 49 | SYSTEMD_SERVICE_${PN} = "nfs-server.service nfs-mountd.service" |
50 | SYSTEMD_SERVICE_${PN}-client = "nfs-statd.service" | 50 | SYSTEMD_SERVICE_${PN}-client = "nfs-statd.service" |