mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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@mentor.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
This commit is contained in:
parent
a2256bb3bd
commit
d765990dd2
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user