[oe-commits] Richard Purdie : wpa_supplicant: Improve rebuild handling

git at git.openembedded.org git at git.openembedded.org
Thu Oct 30 13:03:24 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: 2041e6449cd3925e3804c0a8f336629de436de82
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=2041e6449cd3925e3804c0a8f336629de436de82

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Fri Oct 24 15:22:06 2014 +0100

wpa_supplicant: Improve rebuild handling

Due to the split level nature of the wpa_suppliant sources, the standard
clean methods don't work. This change ensures it picks up on changes to
configuration.

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-connectivity/wpa-supplicant/wpa-supplicant.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant.inc b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant.inc
index 7923bb9..3abcf86 100644
--- a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant.inc
+++ b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant.inc
@@ -38,6 +38,7 @@ FILES_${PN} += "${datadir}/dbus-1/system-services/*"
 CONFFILES_${PN} += "${sysconfdir}/wpa_supplicant.conf"
 
 do_configure () {
+	${MAKE} -C wpa_supplicant clean
 	install -m 0755 ${WORKDIR}/defconfig wpa_supplicant/.config
 	echo "CFLAGS +=\"-I${STAGING_INCDIR}/libnl3\"" >> wpa_supplicant/.config
 	



More information about the Openembedded-commits mailing list