]> code.ossystems Code Review - openembedded-core.git/commitdiff
wpa-supplicant: inherit pkgconfig
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Tue, 31 Jan 2017 13:23:29 +0000 (15:23 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 31 Jan 2017 15:25:50 +0000 (15:25 +0000)
Missing dependency uncovered after recipe specific sysroots were enabled.

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.6.bb

index b96f9d2a48a1972ca006d3f54492f8cf6d4a2264..146bccfaa7ac274bbbd130dddf60ba8e280683e3 100644 (file)
@@ -13,7 +13,7 @@ PACKAGECONFIG ??= "gnutls"
 PACKAGECONFIG[gnutls] = ",,gnutls libgcrypt"
 PACKAGECONFIG[openssl] = ",,openssl"
 
-inherit systemd
+inherit pkgconfig systemd
 
 SYSTEMD_SERVICE_${PN} = "wpa_supplicant.service wpa_supplicant-nl80211@.service wpa_supplicant-wired@.service"
 SYSTEMD_AUTO_ENABLE = "disable"