From 3b41513a63df6636b617eff09ff1ea9574c5e6f0 Mon Sep 17 00:00:00 2001 From: Muhammad Shakeel Date: Wed, 5 Dec 2012 20:02:10 +0500 Subject: 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 --- meta/recipes-extended/zip/zip.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta') 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 } -- cgit 1.2.3-korg