[gnome-continuous-yocto/gnomeostree-3.28-rocko: 4419/8267] wpa-supplicant: inherit pkgconfig



commit 7fc6390ff82da34bc4c903e5b3f03f45206d326c
Author: Markus Lehtonen <markus lehtonen linux intel com>
Date:   Tue Jan 31 15:23:29 2017 +0200

    wpa-supplicant: inherit pkgconfig
    
    Missing dependency uncovered after recipe specific sysroots were enabled.
    
    (From OE-Core rev: 3173505ba6014271e59fdde2450ecc0d3cd4c8c2)
    
    Signed-off-by: Markus Lehtonen <markus lehtonen linux intel com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 .../wpa-supplicant/wpa-supplicant_2.6.bb           |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
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 b96f9d2..146bccf 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"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]