summaryrefslogtreecommitdiff
path: root/recipes/uclibc/uclibc-initial_git.bb
AgeCommit message (Collapse)AuthorFiles
2010-05-18uclibc-git: Add libm.so to dummy shared objectsKhem Raj1
* Generate dummy libm.so in uclibc-initial because ppc gcc-cross libgcc links with libm and it needs the notion of libm when building gcc-cross-intermediate * Cleanup machine config files and rename from .config to .machine * Bump SRCREV to latest master Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-11-25uclibc-initial: Convert to us do_install for staging. 0.9.30.1 is tested and ↵Richard Purdie1
works, anyone using older versions will need to verify this Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-09-12uclibc-initial: Create ${UCLIBC_STAGE_PREFIX}/libKhem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-09-10uclibc-initial: Move the compile stuff to do_compileKhem Raj1
* Currently all work is done in do_stage. On Henning's suggestion I refactored it. * For 0.9.30 onwards installing pregen and install_dev built almost whole uclibc. We only needed libc headers so replaced with install_headers Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-08-01uclibc: Convert eligible uclibc recipes to use git instead of svn.Khem Raj1
uclibc has changed its SCM system to git. We need to adjust the recipes to fetch from uclibc git Signed-off-by: Khem Raj <raj.khem@gmail.com>