diff options
author | Muhammad Shakeel <muhammad_shakeel@mentor.com> | 2012-12-05 20:02:10 +0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-12-06 12:31:17 +0000 |
commit | 6847325ff4132b6b767acd765ed9f27d407267d0 (patch) | |
tree | 2332aba13829147c724c7d836e60ff468d81fad8 /meta/recipes-extended/zip | |
parent | ff796edb2f2aeb96f3335ead5c1cc43a9f978009 (diff) | |
download | poky-6847325ff4132b6b767acd765ed9f27d407267d0.tar.gz |
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
(From OE-Core rev: 3b41513a63df6636b617eff09ff1ea9574c5e6f0)
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Muhammad Shakeel <muhammad_shakeel@mentor.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/zip')
-rw-r--r-- | 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 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}' \ | |||
12 | 'BINFLAGS=0755' 'INSTALL_D=install -d'" | 12 | 'BINFLAGS=0755' 'INSTALL_D=install -d'" |
13 | 13 | ||
14 | do_compile() { | 14 | do_compile() { |
15 | oe_runmake -f unix/Makefile flags | ||
16 | sed -i 's#LFLAGS1=""#LFLAGS1="${LDFLAGS}"#' flags | ||
15 | oe_runmake -f unix/Makefile generic | 17 | oe_runmake -f unix/Makefile generic |
16 | } | 18 | } |
17 | 19 | ||