From: Richard Purdie Date: Fri, 24 Oct 2014 14:22:06 +0000 (+0100) Subject: wpa_supplicant: Improve rebuild handling X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~32157 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9183ce719463b20350d2a3de5ead64b0cc642d6e;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 7923bb94a35..3abcf868192 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