diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-02-03 10:20:43 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-02-03 10:03:26 +0000 |
commit | efbaabd06cafb312657e7c4b420f5dbf2324d5db (patch) | |
tree | 8ea2fe4a485ff3e097c419e762945328dc899129 /meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.inc | |
parent | a55d86b4051f6d063f9a67db026f7da6f9b50cc6 (diff) | |
download | poky-efbaabd06cafb312657e7c4b420f5dbf2324d5db.tar.gz |
wpa-supplicant 0.7.3: fix packaging of dbus service files and fix layout variables
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.inc')
-rw-r--r-- | meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.inc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.inc b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.inc index c91af45dfe..7865b8fdc7 100644 --- a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.inc +++ b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.inc | |||
@@ -20,8 +20,9 @@ SRC_URI = "http://hostap.epitest.fi/releases/wpa_supplicant-${PV}.tar.gz \ | |||
20 | S = "${WORKDIR}/wpa_supplicant-${PV}/wpa_supplicant" | 20 | S = "${WORKDIR}/wpa_supplicant-${PV}/wpa_supplicant" |
21 | 21 | ||
22 | PACKAGES_prepend = "wpa-supplicant-passphrase wpa-supplicant-cli " | 22 | PACKAGES_prepend = "wpa-supplicant-passphrase wpa-supplicant-cli " |
23 | FILES_wpa-supplicant-passphrase = "/usr/sbin/wpa_passphrase" | 23 | FILES_wpa-supplicant-passphrase = "${sbindir}/wpa_passphrase" |
24 | FILES_wpa-supplicant-cli = "/usr/sbin/wpa_cli" | 24 | FILES_wpa-supplicant-cli = "${sbindir}/wpa_cli" |
25 | FILES_${PN} += " ${datadir}/dbus-1/system-services/* | ||
25 | 26 | ||
26 | do_configure () { | 27 | do_configure () { |
27 | install -m 0755 ${WORKDIR}/defconfig-gnutls .config | 28 | install -m 0755 ${WORKDIR}/defconfig-gnutls .config |