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 /conf/distro | |
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 'conf/distro')
-rw-r--r-- | conf/distro/include/sane-srcrevs.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc index 958b141c71..fd6d5612a2 100644 --- a/conf/distro/include/sane-srcrevs.inc +++ b/conf/distro/include/sane-srcrevs.inc @@ -15,8 +15,8 @@ SRCREV_pn-aircrack-ng ?= "802" SRCREV_pn-alsa-scenario ?= "633aaccc37f845146e490090dbd2a1ebb8064fd6" SRCREV_pn-assassin ?= "93" SRCREV_pn-bfin-uclibc ?= "1857" -SRCREV_pn-uclibc ?= "21996" -SRCREV_pn-uclibc-initial ?= "21996" +SRCREV_pn-uclibc ?= "23129" +SRCREV_pn-uclibc-initial ?= "23129" SRCREV_pn-contact ?= "1410" SRCREV_pn-dasher-gpe ?= "1251" SRCREV_pn-dbus-c++-native ?= "13131" |