diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.inc | 5 | ||||
-rw-r--r-- | meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_0.7.3.bb | 2 |
2 files changed, 4 insertions, 3 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 |
diff --git a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_0.7.3.bb b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_0.7.3.bb index 2dca5943ab..87baf336d8 100644 --- a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_0.7.3.bb +++ b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_0.7.3.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | require wpa-supplicant-0.7.inc | 1 | require wpa-supplicant-0.7.inc |
2 | 2 | ||
3 | PR = "r2" | 3 | PR = "r3" |
4 | 4 | ||
5 | SRC_URI[md5sum] = "f516f191384a9a546e3f5145c08addda" | 5 | SRC_URI[md5sum] = "f516f191384a9a546e3f5145c08addda" |
6 | SRC_URI[sha256sum] = "d0cd50caa85346ccc376dcda5ed3c258eef19a93b3cade39d25760118ad59443" | 6 | SRC_URI[sha256sum] = "d0cd50caa85346ccc376dcda5ed3c258eef19a93b3cade39d25760118ad59443" |