This patchset addresses the issue Saul ran into with do_install on eglibc second patch is to get elfutils compile partially for uclibc, the reason is that it also provides libelf which is needed by other packages such as gcc 4.5 to build. So either we add a new recipe for just providing libelf and add magic to chose which one to use or we make elfutils to not build everything but only elfutils when doing it for uclibc. I chose the second aproach
The following changes since commit d33ada10fdcc830f11dc47bd55f529157d1d280b: elfutils_0.148.bb: Fix compilation on uclibc (2011-05-24 12:06:30 -0700) are available in the git repository at: [email protected]:openembedded-core-contrib.git kraj/misc-fixes http://cgit.openembedded.org/cgit.cgi//log/?h=kraj/misc-fixes Khem Raj (2): elfutils_0.148.bb: Fix compilation on uclibc eglibc.inc: Transfer PARALLEL_MAKE to PARALLELMFLAGS meta/recipes-core/eglibc/eglibc.inc | 6 ++ .../elfutils/elfutils-0.148/uclibc-support.patch | 91 ++++++++++++++++++++ meta/recipes-devtools/elfutils/elfutils_0.148.bb | 15 +++- 3 files changed, 109 insertions(+), 3 deletions(-) create mode 100644 meta/recipes-devtools/elfutils/elfutils-0.148/uclibc-support.patch -- 1.7.4.1 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
