diff options
author | Markus Lehtonen <markus.lehtonen@linux.intel.com> | 2017-01-31 15:23:29 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-31 15:25:50 +0000 |
commit | 3173505ba6014271e59fdde2450ecc0d3cd4c8c2 (patch) | |
tree | 83e999b0eb11dc0a7e81c85c80fbf68a3129cc79 | |
parent | 6ad1deb0d728b8d34589b1a42acc8fa268e95f28 (diff) | |
download | openembedded-core-3173505ba6014271e59fdde2450ecc0d3cd4c8c2.tar.gz openembedded-core-3173505ba6014271e59fdde2450ecc0d3cd4c8c2.tar.bz2 openembedded-core-3173505ba6014271e59fdde2450ecc0d3cd4c8c2.zip |
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>
-rw-r--r-- | meta/recipes-connectivity/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 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" |