pingus: pass LDFLAGS to scons

fixes
WARNING: pingus-0.7.6-r0 do_package_qa: QA Issue: No GNU_HASH in the elf binary: '/home/superandy/tmp/oe-core-glibc/work/cortexa7t2hf-neon-vfpv4-angstrom-linux-gnueabi/pingus/0.7.6-r0/packages-split/pingus/usr/bin/pingus' [ldflags]

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
Andreas Müller
2016-10-20 21:53:53 +02:00
parent d8cc402198
commit 4db1bb9131

View File

@@ -16,7 +16,7 @@ SRC_URI = "\
file://pingus.png \
"
EXTRA_OESCONS = "CC='${CC} -fPIC' CXX='${CXX} -fPIC'"
EXTRA_OESCONS = "CC='${CC} -fPIC' CXX='${CXX} -fPIC' LINKFLAGS='${LDFLAGS}'"
CLEANBROKEN = "1"
do_install() {