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:56 +0000 |
commit | 7fc6390ff82da34bc4c903e5b3f03f45206d326c (patch) | |
tree | bb887963dcaeef4464477760ddf68a18afd75a8d | |
parent | 86310792d34321af6da98b27f86af89302bafd36 (diff) | |
download | poky-7fc6390ff82da34bc4c903e5b3f03f45206d326c.tar.gz |
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>
-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" | |||
13 | PACKAGECONFIG[gnutls] = ",,gnutls libgcrypt" | 13 | PACKAGECONFIG[gnutls] = ",,gnutls libgcrypt" |
14 | PACKAGECONFIG[openssl] = ",,openssl" | 14 | PACKAGECONFIG[openssl] = ",,openssl" |
15 | 15 | ||
16 | inherit systemd | 16 | inherit pkgconfig systemd |
17 | 17 | ||
18 | SYSTEMD_SERVICE_${PN} = "wpa_supplicant.service wpa_supplicant-nl80211@.service wpa_supplicant-wired@.service" | 18 | SYSTEMD_SERVICE_${PN} = "wpa_supplicant.service wpa_supplicant-nl80211@.service wpa_supplicant-wired@.service" |
19 | SYSTEMD_AUTO_ENABLE = "disable" | 19 | SYSTEMD_AUTO_ENABLE = "disable" |