mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
wpa-supplicant: reorder do_configure
Copy from WORKDIR first, then modify. Improves consistency between successive invocations of do_configure. (From OE-Core rev: 82205345d777f7f34d43e4f81df0fa3bfe409fc4) Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
39ae5b59c1
commit
e4a19279ba
@@ -30,8 +30,8 @@ FILES_${PN} += "${datadir}/dbus-1/system-services/*"
|
||||
CONFFILES_${PN} += "${sysconfdir}/wpa_supplicant.conf"
|
||||
|
||||
do_configure () {
|
||||
echo "CFLAGS +=\"-I${STAGING_INCDIR}/libnl3\"" >> ${WORKDIR}/defconfig-gnutls
|
||||
install -m 0755 ${WORKDIR}/defconfig-gnutls wpa_supplicant/.config
|
||||
echo "CFLAGS +=\"-I${STAGING_INCDIR}/libnl3\"" >> wpa_supplicant/.config
|
||||
}
|
||||
|
||||
export EXTRA_CFLAGS = "${CFLAGS}"
|
||||
|
||||
Reference in New Issue
Block a user