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:33:28 +0000 |
commit | e4a19279babc24a7a0805be5af83d4e42bba1c95 (patch) | |
tree | 1bb70513b0554bd561deec6986bc7c85e4b2e6a7 /meta/recipes-connectivity | |
parent | 39ae5b59c10ace0f6705e031f4fe235201914a38 (diff) | |
download | poky-e4a19279babc24a7a0805be5af83d4e42bba1c95.tar.gz |
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>
Diffstat (limited to 'meta/recipes-connectivity')
-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/*" | |||
30 | CONFFILES_${PN} += "${sysconfdir}/wpa_supplicant.conf" | 30 | CONFFILES_${PN} += "${sysconfdir}/wpa_supplicant.conf" |
31 | 31 | ||
32 | do_configure () { | 32 | do_configure () { |
33 | echo "CFLAGS +=\"-I${STAGING_INCDIR}/libnl3\"" >> ${WORKDIR}/defconfig-gnutls | ||
34 | install -m 0755 ${WORKDIR}/defconfig-gnutls wpa_supplicant/.config | 33 | install -m 0755 ${WORKDIR}/defconfig-gnutls wpa_supplicant/.config |
34 | echo "CFLAGS +=\"-I${STAGING_INCDIR}/libnl3\"" >> wpa_supplicant/.config | ||
35 | } | 35 | } |
36 | 36 | ||
37 | export EXTRA_CFLAGS = "${CFLAGS}" | 37 | export EXTRA_CFLAGS = "${CFLAGS}" |