From: Muhammad Shakeel Date: Wed, 5 Dec 2012 15:02:10 +0000 (+0500) Subject: zip: Remove QA warnings: No GNU_HASH in the elf binary X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~39248 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b41513a63df6636b617eff09ff1ea9574c5e6f0;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git zip: Remove QA warnings: No GNU_HASH in the elf binary Update the LFLAGS1 in the Makefile to remove warnings: QA Issue: No GNU_HASH in the elf binary Signed-off-by: Christopher Larson Signed-off-by: Muhammad Shakeel Signed-off-by: Saul Wold --- diff --git a/meta/recipes-extended/zip/zip.inc b/meta/recipes-extended/zip/zip.inc index a3bbc934e08..265d9a8adb3 100644 --- a/meta/recipes-extended/zip/zip.inc +++ b/meta/recipes-extended/zip/zip.inc @@ -12,6 +12,8 @@ EXTRA_OEMAKE = "'CC=${CC}' 'BIND=${CC}' 'AS=${CC} -c' 'CPP=${CPP}' \ 'BINFLAGS=0755' 'INSTALL_D=install -d'" do_compile() { + oe_runmake -f unix/Makefile flags + sed -i 's#LFLAGS1=""#LFLAGS1="${LDFLAGS}"#' flags oe_runmake -f unix/Makefile generic }