summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Bowler <jbowler@nslu2-linux.org>2006-01-21 05:56:52 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-01-21 05:56:52 +0000
commite53cd317b72fcac41ffbc0397fe2fa2523d3c89b (patch)
tree7a7765ba003160a498578f12a6a7d7e9571c3ccc
parent3eb7dcd49082cdb9d60c62d61664daec5c6505cf (diff)
uclibc: put back thumb patches in svn
- since they do apparently work (however 20060120, against these patches have been tested, produces non-working shells such as busybox ash and bash.)
-rw-r--r--packages/uclibc/uclibc_svn.bb6
1 files changed, 2 insertions, 4 deletions
diff --git a/packages/uclibc/uclibc_svn.bb b/packages/uclibc/uclibc_svn.bb
index 951bc9b1ef..48576d6363 100644
--- a/packages/uclibc/uclibc_svn.bb
+++ b/packages/uclibc/uclibc_svn.bb
@@ -8,7 +8,7 @@
#
UCLIBC_BASE ?= "0.9.28"
PV = "${UCLIBC_BASE}+svn${SRCDATE}"
-PR = "r1"
+PR = "r2"
#DEFAULT_PREFERENCE is 0 (empty), releases have a preference of 1 so take
# precedence.
@@ -52,8 +52,6 @@ UCLIBC_PATCHES += " ${THUMB_INTERWORK_RESOLVE_PATCH}"
# Set this for non-head patches (the above list should match the
# requirements of the SVN head).
-#FIXME: not working with these patches
-#UCLIBC_SVN_PATCHES ?= "${UCLIBC_PATCHES}"
-UCLIBC_SVN_PATCHES ?= ""
+UCLIBC_SVN_PATCHES ?= "${UCLIBC_PATCHES}"
SRC_URI += "${UCLIBC_SVN_PATCHES}"