From 65f0a4da9e1cade91846c960eb83b0afb7de9499 Mon Sep 17 00:00:00 2001 From: Shrikant Bobade Date: Fri, 27 May 2016 17:32:26 +0530 Subject: 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 Signed-off-by: Martin Jansa Signed-off-by: Joe MacDonald (cherry picked from commit d765990dd2fc9324963e9ecb0f93b7e613e874ad) Signed-off-by: Armin Kuster --- 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 89a646f519..3311d24a51 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() { -- cgit 1.2.3-korg