From patchwork Wed Dec 5 15:02:10 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: zip: Remove QA warnings: No GNU_HASH in the elf binary Date: Wed, 05 Dec 2012 15:02:10 -0000 From: Shakeel, Muhammad X-Patchwork-Id: 40437 Message-Id: <1354719730-25300-1-git-send-email-muhammad_shakeel@mentor.com> To: openembedded-core@lists.openembedded.org Cc: Christopher Larson From: Muhammad Shakeel 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 --- meta/recipes-extended/zip/zip.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-extended/zip/zip.inc b/meta/recipes-extended/zip/zip.inc index a3bbc93..265d9a8 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 }