[oe-commits] [meta-openembedded] 22/60: netcat-openbsd: fix qa warning

git at git.openembedded.org git at git.openembedded.org
Wed Aug 17 18:07:03 UTC 2016


martin_jansa pushed a commit to branch krogoth-next
in repository meta-openembedded.

commit 65f0a4da9e1cade91846c960eb83b0afb7de9499
Author: Shrikant Bobade <shrikant_bobade at mentor.com>
AuthorDate: Fri May 27 17:32:26 2016 +0530

    netcat-openbsd: fix qa warning
    
    fix for QA Warning: No GNU_HASH in elf binary, it won't obey the default
    LDFLAGS which results in QA Warning while building with external toolchain,
    so adding the default LDFLAGS.
    
    WARNING: netcat-openbsd-1.105-r0 do_package_qa:QA Issue: No GNU_HASH in the
    elf binary:..nc.netcat-openbsd' [ldflags]
    
    Signed-off-by: Shrikant Bobade <shrikant_bobade at mentor.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
    Signed-off-by: Joe MacDonald <joe_macdonald at mentor.com>
    (cherry picked from commit d765990dd2fc9324963e9ecb0f93b7e613e874ad)
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta-networking/recipes-support/netcat/netcat-openbsd_1.105.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-networking/recipes-support/netcat/netcat-openbsd_1.105.bb b/meta-networking/recipes-support/netcat/netcat-openbsd_1.105.bb
index 89a646f..3311d24 100644
--- a/meta-networking/recipes-support/netcat/netcat-openbsd_1.105.bb
+++ b/meta-networking/recipes-support/netcat/netcat-openbsd_1.105.bb
@@ -16,6 +16,8 @@ SRC_URI[netcat-patch.sha256sum] = "eee759327ffea293e81d0dde67921b7fcfcad279ffd7a
 
 S = "${WORKDIR}/${BPN}-${PV}"
 
+EXTRA_OEMAKE += "'LDFLAGS=${LDFLAGS}'"
+
 do_configure[noexec] = "1"
 
 netcat_do_patch() {

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list