Re: [OE-core] [PATCH] nspr: Add LDFLAGS to TARGET_CC_ARCH to fix warning

2013-10-21 Thread Ahsan, Noor
Any update on this one. We need this patch to be merged in Yocto 1.5.

Noor

From: openembedded-core-boun...@lists.openembedded.org 
[mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of sujith h
Sent: Wednesday, October 16, 2013 3:23 PM
To: openembedded-core@lists.openembedded.org
Cc: Haridasan, Sujith
Subject: Re: [OE-core] [PATCH] nspr: Add LDFLAGS to TARGET_CC_ARCH to fix 
warning

Hi,
I hope the patch and the waning messages it addresses are ok. Else let me know, 
I will fix them.
Thanks,
Sujith H

On Wed, Oct 16, 2013 at 11:16 AM, Sujith H 
sujit...@gmail.commailto:sujit...@gmail.com wrote:
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.

Signed-off-by: Sujith H 
sujith_harida...@mentor.commailto:sujith_harida...@mentor.com
---
 meta/recipes-support/nspr/nspr_4.10.bbhttp://nspr_4.10.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-support/nspr/nspr_4.10.bbhttp://nspr_4.10.bb 
b/meta/recipes-support/nspr/nspr_4.10.bbhttp://nspr_4.10.bb
index fcecb95..4247fd0 100644
--- a/meta/recipes-support/nspr/nspr_4.10.bbhttp://nspr_4.10.bb
+++ b/meta/recipes-support/nspr/nspr_4.10.bbhttp://nspr_4.10.bb
@@ -19,6 +19,7 @@ SRC_URI[sha256sum] = 
0cfbe561676b92e5af3ddc7ac77452014e3da8885da66baec811e73541
 S = ${WORKDIR}/nspr-${PV}/nspr

 RDEPENDS_${PN}-dev += perl
+TARGET_CC_ARCH += ${LDFLAGS}

 TESTS = runtests.plhttp://runtests.pl \
 runtests.sh \
--
1.8.1.4



--
സുജിത് ഹരിദാസന്
Bangalore
ProjectContributor to KDE project
http://fci.wikia.com/wiki/Anti-DRM-Campaign
Blog http://sujithh.info
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH] nspr: Add LDFLAGS to TARGET_CC_ARCH to fix warning

2013-10-16 Thread sujith h
Hi,

I hope the patch and the waning messages it addresses are ok. Else let me
know, I will fix them.

Thanks,

Sujith H


On Wed, Oct 16, 2013 at 11:16 AM, Sujith H sujit...@gmail.com wrote:

 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.

 Signed-off-by: Sujith H sujith_harida...@mentor.com
 ---
  meta/recipes-support/nspr/nspr_4.10.bb | 1 +
  1 file changed, 1 insertion(+)

 diff --git 
 a/meta/recipes-support/nspr/nspr_4.10.bbb/meta/recipes-support/nspr/
 nspr_4.10.bb
 index fcecb95..4247fd0 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
  S = ${WORKDIR}/nspr-${PV}/nspr

  RDEPENDS_${PN}-dev += perl
 +TARGET_CC_ARCH += ${LDFLAGS}

  TESTS = runtests.pl \
  runtests.sh \
 --
 1.8.1.4




-- 
സുജിത് ഹരിദാസന്
Bangalore
ProjectContributor to KDE project
http://fci.wikia.com/wiki/Anti-DRM-Campaign
Blog http://sujithh.info
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH] nspr: Add LDFLAGS to TARGET_CC_ARCH to fix warning

2013-10-15 Thread Sujith H
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.

Signed-off-by: Sujith H sujith_harida...@mentor.com
---
 meta/recipes-support/nspr/nspr_4.10.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-support/nspr/nspr_4.10.bb 
b/meta/recipes-support/nspr/nspr_4.10.bb
index fcecb95..4247fd0 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
 S = ${WORKDIR}/nspr-${PV}/nspr
 
 RDEPENDS_${PN}-dev += perl
+TARGET_CC_ARCH += ${LDFLAGS}
 
 TESTS = runtests.pl \
 runtests.sh \
-- 
1.8.1.4

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core