From: Richard Purdie Date: Fri, 24 Oct 2014 14:22:06 +0000 (+0100) Subject: wpa_supplicant: Improve rebuild handling X-Git-Tag: 2015-4~1320 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=9183ce719463b20350d2a3de5ead64b0cc642d6e;p=openembedded-core.git 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 --- diff --git a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant.inc b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant.inc index 7923bb94a3..3abcf86819 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