summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/wpa-supplicant
diff options
context:
space:
mode:
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>2017-01-31 15:23:29 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-01-31 15:25:50 +0000
commit3173505ba6014271e59fdde2450ecc0d3cd4c8c2 (patch)
tree83e999b0eb11dc0a7e81c85c80fbf68a3129cc79 /meta/recipes-connectivity/wpa-supplicant
parent6ad1deb0d728b8d34589b1a42acc8fa268e95f28 (diff)
downloadopenembedded-core-contrib-3173505ba6014271e59fdde2450ecc0d3cd4c8c2.tar.gz
wpa-supplicant: inherit pkgconfig
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>
Diffstat (limited to 'meta/recipes-connectivity/wpa-supplicant')
-rw-r--r--meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.6.bb2
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 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"