diff options
author | Khem Raj <raj.khem@gmail.com> | 2008-09-18 06:29:16 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2008-09-18 06:29:16 +0000 |
commit | 5e641dcbf84fe5e4f81ac19035e562eeec4ea07f (patch) | |
tree | a7213f457c83a1ec084bde56101c6b81b109d5d8 /packages/uclibc/uclibc_svn.bb | |
parent | fb969b0c9475531e3b8dcd1d7fa4568bbe895e70 (diff) |
Get the latest changes for uclibc-nptl branch. Compilation fix needed when
using dash shell. Some tab/space formatting changes in the recipes.
Diffstat (limited to 'packages/uclibc/uclibc_svn.bb')
-rw-r--r-- | packages/uclibc/uclibc_svn.bb | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/packages/uclibc/uclibc_svn.bb b/packages/uclibc/uclibc_svn.bb index e536424c40..a29451958f 100644 --- a/packages/uclibc/uclibc_svn.bb +++ b/packages/uclibc/uclibc_svn.bb @@ -8,7 +8,7 @@ # UCLIBC_BASE ?= "0.9.29" PV = "${UCLIBC_BASE}+svnr${SRCREV}" -PR = "r15" +PR = "r16" #DEFAULT_PREFERENCE is 0 (empty), releases have a preference of 1 so take # precedence. @@ -25,14 +25,14 @@ FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/uclibc-svn', '${FILE_DIRNA KERNEL_SOURCE = "${CROSS_DIR}/${TARGET_SYS}" SRC_URI += "svn://uclibc.org/trunk;module=uClibc \ - file://uClibc.machine \ - file://uClibc.distro \ - file://uclibc-arm-ftruncate64.patch;patch=1 \ - file://arm_fix_alignment.patch;patch=1 \ - file://unistd_arm.patch;patch=1 \ - file://arm-linuxthreads.patch;patch=1 \ - file://linuxthreads-changes.patch;patch=1 \ - file://uclibc_mathc99.patch;patch=1 \ + file://uClibc.machine \ + file://uClibc.distro \ + file://uclibc-arm-ftruncate64.patch;patch=1 \ + file://arm_fix_alignment.patch;patch=1 \ + file://unistd_arm.patch;patch=1 \ + file://arm-linuxthreads.patch;patch=1 \ + file://linuxthreads-changes.patch;patch=1 \ + file://uclibc_mathc99.patch;patch=1 \ " S = "${WORKDIR}/uClibc" |