Re: [OE-core] [PATCH] Fixing the warning

2013-10-15 Thread sujith h
Hi Sau On Wed, Oct 16, 2013 at 12:20 AM, Saul Wold wrote: > On 10/08/2013 09:25 PM, Sujith H wrote: > >> Warning: No GNU_HASH in the elf binary >> >> > The short commit message needs to be in the format similar to > nspr: Add LDFLAGS to TARGET_CC_ARCH to fix Warning > > Then more details in the

Re: [OE-core] [PATCH] Fixing the warning

2013-10-15 Thread Saul Wold
On 10/08/2013 09:25 PM, Sujith H wrote: Warning: No GNU_HASH in the elf binary The short commit message needs to be in the format similar to nspr: Add LDFLAGS to TARGET_CC_ARCH to fix Warning Then more details in the commit message. Can you give more details about which target this is failin

Re: [OE-core] [PATCH] Fixing the warning

2013-10-15 Thread Ahsan, Noor
09, 2013 9:36 AM To: openembedded-core@lists.openembedded.org Subject: Re: [OE-core] [PATCH] Fixing the warning Hi, I was getting lot of warning while building nspr recipe. The attachment in the mail refers to the details of the warning. The patch in my previous mail do fix these warning messages

Re: [OE-core] [PATCH] Fixing the warning

2013-10-08 Thread sujith h
Hi, I was getting lot of warning while building nspr recipe. The attachment in the mail refers to the details of the warning. The patch in my previous mail do fix these warning messages. The GCC used by me is of version 4.8.1. In case of more information is required let me know so that I can help

[OE-core] [PATCH] Fixing the warning

2013-10-08 Thread Sujith H
Warning: No GNU_HASH in the elf binary Signed-off-by: Sujith H --- 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/