summaryrefslogtreecommitdiff
path: root/recipes/uclibc/uclibc_git.bb
AgeCommit message (Collapse)AuthorFiles
2009-08-31uclibc: Pass ARCH=<TARGET_ARCH>" on make commandline.Khem Raj1
Like linux kernel Git version of uclibc mandates that ARCH is passed down from make instead of being computed magically. This will be there in next release 0.9.31 of uclibc. Defining it on make invocation for older releases is no harm. Also move uclibc to use INC_PR Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Henning Heinold <heinold@inf.fu-berlin.de>
2009-08-27uclibc: Make 0.9.30.1 as default if not specifiedKhem Raj1
Add C99 double wrappers. Set the default preferences such that 0.9.30.1 is chosen if not specified. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-08-01uclibc_git: Remove DEFAULT_PREFERENCEKhem Raj1
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>