]> code.ossystems Code Review - openembedded-core.git/commitdiff
wpa-supplicant: fix packaging error since last commit
authorAndreas Oberritter <obi@opendreambox.org>
Tue, 22 May 2012 17:17:50 +0000 (19:17 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 24 May 2012 07:34:50 +0000 (08:34 +0100)
* wpa-passphrase has its own package, but commit
  4a4c568e25a08e9f222d723f9819582c9f895c58 broke it.

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.inc
meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_0.7.3.bb

index aabb3df853d7eb0282f2a63903ae5148f2285e16..b4898930b5ac3062fb2946b7a7f6e00d4d16dfbd 100644 (file)
@@ -19,7 +19,7 @@ SRC_URI = "http://hostap.epitest.fi/releases/wpa_supplicant-${PV}.tar.gz \
 S = "${WORKDIR}/wpa_supplicant-${PV}/wpa_supplicant"
 
 PACKAGES_prepend = "wpa-supplicant-passphrase wpa-supplicant-cli "
-FILES_wpa-supplicant-passphrase = "${sbindir}/wpa_passphrase"
+FILES_wpa-supplicant-passphrase = "${bindir}/wpa_passphrase"
 FILES_wpa-supplicant-cli = "${sbindir}/wpa_cli"
 FILES_${PN} += "${datadir}/dbus-1/system-services/*"
 
index dc2eb6ca5c2f64bab4db43003800826729c63ab8..1e0086a22bbf52f334d16efc6fc13f1f928ab7fa 100644 (file)
@@ -1,6 +1,6 @@
 require wpa-supplicant-0.7.inc
 
-PR = "r9"
+PR = "r10"
 
 SRC_URI[md5sum] = "f516f191384a9a546e3f5145c08addda"
 SRC_URI[sha256sum] = "d0cd50caa85346ccc376dcda5ed3c258eef19a93b3cade39d25760118ad59443"