diff options
author | Andreas Oberritter <obi@opendreambox.org> | 2013-03-08 23:42:02 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-12 18:27:11 +0000 |
commit | 82205345d777f7f34d43e4f81df0fa3bfe409fc4 (patch) | |
tree | 774845b1d7d06c3dfcf10104b3ad318d049604ab /meta/recipes-connectivity/wpa-supplicant | |
parent | 48dbcc8c45d165e67f58a8307dde7594a28cf9bd (diff) | |
download | openembedded-core-82205345d777f7f34d43e4f81df0fa3bfe409fc4.tar.gz openembedded-core-82205345d777f7f34d43e4f81df0fa3bfe409fc4.tar.bz2 openembedded-core-82205345d777f7f34d43e4f81df0fa3bfe409fc4.zip |
wpa-supplicant: reorder do_configure
Copy from WORKDIR first, then modify. Improves consistency
between successive invocations of do_configure.
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-connectivity/wpa-supplicant')
-rw-r--r-- | meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-2.0.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-2.0.inc b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-2.0.inc index 9e4514affb..4e15369d0e 100644 --- a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-2.0.inc +++ b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-2.0.inc @@ -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}" |