]> code.ossystems Code Review - openembedded-core.git/commit
elfutils_0.148.bb: Fix compilation on uclibc
authorKhem Raj <raj.khem@gmail.com>
Tue, 24 May 2011 01:53:59 +0000 (18:53 -0700)
committerSaul Wold <sgw@linux.intel.com>
Wed, 25 May 2011 08:36:31 +0000 (01:36 -0700)
commite21267f1837b25fec4443dbf4367e501639541bd
treecdacd1f1a906b7241f5e8367f62b06152f7c328c
parent358ffed8f61d30b5b434b3745a13930906bcfefe
elfutils_0.148.bb: Fix compilation on uclibc

Currently all components of elfutils dont compile with uclibc
but elfutils is one part which is needed by other recipes e.g.
gcc 4.5 to compile. we make adjustments so that when compiling
for uclibc targets it _only_ builds and packages libelf

use --enable-uclibc only when building for uclibc targets

The supporting patch is also needed for compiling with uclibc
to specify -lintl and -luargp on linker commandline

Add missing inherit on gettext

Signed-off-by: Khem Raj <raj.khem@gmail.com>
meta/recipes-devtools/elfutils/elfutils-0.148/uclibc-support.patch [new file with mode: 0644]
meta/recipes-devtools/elfutils/elfutils_0.148.bb