[poky] [PATCH] wpa-supplicant 0.7: fix GNU HASH QA issue
Saul Wold
saul.wold at intel.com
Wed Jan 12 13:59:28 PST 2011
On 01/07/2011 08:36 AM, Koen Kooi wrote:
> From: Koen Kooi<koen at dominion.thruhere.net>
>
> The recipe was unsetting LDFLAGS, resulting in:
>
> NOTE: QA Issue: No GNU_HASH in the elf binary: '/OE/tentacle/build/tmp-angstrom_2010_x/work/armv7a-angstrom-linux-gnueabi/wpa-supplicant-0.7.3-r0/packages-split/wpa-supplicant/usr/sbin/wpa_supplicant'
>
> Signed-off-by: Koen Kooi<koen at dominion.thruhere.net>
> ---
> .../wpa-supplicant/wpa-supplicant-0.7.inc | 2 +-
> .../wpa-supplicant/wpa-supplicant_0.7.3.bb | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.inc b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.inc
> index 78ce914..6eda3b1 100644
> --- a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.inc
> +++ b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.inc
> @@ -29,7 +29,7 @@ do_configure () {
>
> export EXTRA_CFLAGS = "${CFLAGS}"
> do_compile () {
> - unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS
> + unset CFLAGS CPPFLAGS CXXFLAGS
> oe_runmake
> }
>
> diff --git a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_0.7.3.bb b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_0.7.3.bb
> index 2d7729c..e4ae019 100644
> --- a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_0.7.3.bb
> +++ b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_0.7.3.bb
> @@ -1,6 +1,6 @@
> require wpa-supplicant-0.7.inc
>
> -PR = "r0"
> +PR = "r1"
>
> SRC_URI[md5sum] = "f516f191384a9a546e3f5145c08addda"
> SRC_URI[sha256sum] = "d0cd50caa85346ccc376dcda5ed3c258eef19a93b3cade39d25760118ad59443"
Both your WPA_Aupplicant change are pulled into master
Thanks for your help
Sau!
More information about the poky
mailing list