diff options
author | Khem Raj <raj.khem@gmail.com> | 2008-08-21 09:09:38 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2008-08-21 09:09:38 +0000 |
commit | 7b76801adbc8f161fcb5a96b07e7bded66ad6e4e (patch) | |
tree | 5fca58455ad0ccc159c874f9a962cbb9ad993000 /packages/uclibc/uclibc_svn.bb | |
parent | 3a56781ae85676880a7aaebf2fa389c0b719db6b (diff) |
This patch Does following
1. Adds new recipe for uclibc nptl build. (currently only arm is in)
2. Renames uclibc-cvs to uclibc-svn
3. Revs up the sane rev of svn recipes to tested one.
4. Makes arm_fix_alignment.patch in two versions one for svn and one for 0.9.29 unfortunately changes in svn does not let us apply the 0.9.29 patch on svn cleanly.
-Khem
Diffstat (limited to 'packages/uclibc/uclibc_svn.bb')
-rw-r--r-- | packages/uclibc/uclibc_svn.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/uclibc/uclibc_svn.bb b/packages/uclibc/uclibc_svn.bb index b7b8960952..5dfa1b243c 100644 --- a/packages/uclibc/uclibc_svn.bb +++ b/packages/uclibc/uclibc_svn.bb @@ -1,6 +1,6 @@ # UCLIBC_BASE should be the latest released revision of uclibc (that way -# the config files will typically be correct!) uclibc-cvs takes precedence -# over uclibc-${UCLIBC_BASE}, if a config file in uclibc-cvs is out of date +# the config files will typically be correct!) uclibc-svn takes precedence +# over uclibc-${UCLIBC_BASE}, if a config file in uclibc-snv is out of date # try removing it # # UCLIBC_BASE can be set in a distro file, but whether this works depends @@ -8,7 +8,7 @@ # UCLIBC_BASE ?= "0.9.29" PV = "${UCLIBC_BASE}+svnr${SRCREV}" -PR = "r12" +PR = "r13" #DEFAULT_PREFERENCE is 0 (empty), releases have a preference of 1 so take # precedence. @@ -18,7 +18,7 @@ PROVIDES += "virtual/${TARGET_PREFIX}libc-for-gcc" #recent versions uclibc require real kernel headers PACKAGE_ARCH = "${MACHINE_ARCH}" -FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/uclibc-cvs', '${FILE_DIRNAME}/uclibc-${UCLIBC_BASE}', '${FILE_DIRNAME}/files', '${FILE_DIRNAME}' ], d)}" +FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/uclibc-svn', '${FILE_DIRNAME}/uclibc-${UCLIBC_BASE}', '${FILE_DIRNAME}/files', '${FILE_DIRNAME}' ], d)}" #as stated above, uclibc needs real kernel-headers #however: we can't depend on virtual/kernel when nptl hits due to depends deadlocking .... |