From: Markus Lehtonen Date: Tue, 31 Jan 2017 13:23:29 +0000 (+0200) Subject: wpa-supplicant: inherit pkgconfig X-Git-Tag: uninative-1.5~506 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=3173505ba6014271e59fdde2450ecc0d3cd4c8c2;p=openembedded-core.git wpa-supplicant: inherit pkgconfig Missing dependency uncovered after recipe specific sysroots were enabled. Signed-off-by: Markus Lehtonen Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.6.bb b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.6.bb index b96f9d2a48..146bccfaa7 100644 --- a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.6.bb +++ b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.6.bb @@ -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"