[oe-commits] Muhammad Shakeel : zip: Remove QA warnings: No GNU_HASH in the elf binary

git at git.openembedded.org git at git.openembedded.org
Thu Dec 6 12:34:48 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 3b41513a63df6636b617eff09ff1ea9574c5e6f0
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=3b41513a63df6636b617eff09ff1ea9574c5e6f0

Author: Muhammad Shakeel <muhammad_shakeel at mentor.com>
Date:   Wed Dec  5 20:02:10 2012 +0500

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 <chris_larson at mentor.com>
Signed-off-by: Muhammad Shakeel <muhammad_shakeel at mentor.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/recipes-extended/zip/zip.inc |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

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
 }
 





More information about the Openembedded-commits mailing list