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: 2015-4~8411 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=3b41513a63df6636b617eff09ff1ea9574c5e6f0;p=openembedded-core.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 a3bbc934e0..265d9a8adb 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 }