diff options
author | Sujith H <sujith.h@gmail.com> | 2013-10-16 11:16:35 +0530 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-10-26 15:59:12 +0100 |
commit | 2ccb86814d3f1d186eb1591e9ac3ea0e13f9304d (patch) | |
tree | c44b0fe70f3495d22f18e36f4ff953c31c260a62 /meta/recipes-support/nspr | |
parent | d4cc036508f6468e01a74548a6390790f59753b3 (diff) | |
download | poky-2ccb86814d3f1d186eb1591e9ac3ea0e13f9304d.tar.gz |
nspr: Add LDFLAGS to TARGET_CC_ARCH to fix warning
WARNING: QA Issue: No GNU_HASH in the elf binary: 'armv7a-vfp-neon-mel-linux-gnueabi/nspr/4.10-r0/packages-split/nspr-dev/usr/lib/nspr/tests/formattm'
WARNING: QA Issue: No GNU_HASH in the elf binary: 'armv7a-vfp-neon-mel-linux-gnueabi/nspr/4.10-r0/packages-split/nspr-dev/usr/lib/nspr/tests/threads'
WARNING: QA Issue: No GNU_HASH in the elf binary: 'armv7a-vfp-neon-mel-linux-gnueabi/nspr/4.10-r0/packages-split/nspr-dev/usr/lib/nspr/tests/semaerr'
There are many QA Warnings thrown like the above for this recipe. This is observed for target imx6 sabrelite.
(From OE-Core rev: 98d9af299c6e110c7560f282f37f1f85c155213d)
Signed-off-by: Sujith H <Sujith_Haridasan@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-support/nspr')
-rw-r--r-- | meta/recipes-support/nspr/nspr_4.10.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-support/nspr/nspr_4.10.bb b/meta/recipes-support/nspr/nspr_4.10.bb index fcecb95db5..4247fd0b0e 100644 --- a/meta/recipes-support/nspr/nspr_4.10.bb +++ b/meta/recipes-support/nspr/nspr_4.10.bb | |||
@@ -19,6 +19,7 @@ SRC_URI[sha256sum] = "0cfbe561676b92e5af3ddc7ac77452014e3da8885da66baec811e73541 | |||
19 | S = "${WORKDIR}/nspr-${PV}/nspr" | 19 | S = "${WORKDIR}/nspr-${PV}/nspr" |
20 | 20 | ||
21 | RDEPENDS_${PN}-dev += "perl" | 21 | RDEPENDS_${PN}-dev += "perl" |
22 | TARGET_CC_ARCH += "${LDFLAGS}" | ||
22 | 23 | ||
23 | TESTS = "runtests.pl \ | 24 | TESTS = "runtests.pl \ |
24 | runtests.sh \ | 25 | runtests.sh \ |