aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-09-11 09:48:29 +0000
committerKoen Kooi <koen@openembedded.org>2006-09-11 09:48:29 +0000
commita885df4b0d0ae74b71dfed429b35f9b01d6c1afc (patch)
tree186d599cacc9e9d61c2960094c5f8479d87cf6ea
parent08a5d6e2d98541d9c96ea629bec10ef20c5dc0da (diff)
downloadopenembedded-a885df4b0d0ae74b71dfed429b35f9b01d6c1afc.tar.gz
uclibc_svn: remove patches that have been applied upstream
-rw-r--r--packages/uclibc/uclibc_svn.bb20
1 files changed, 0 insertions, 20 deletions
diff --git a/packages/uclibc/uclibc_svn.bb b/packages/uclibc/uclibc_svn.bb
index a12b9b99c6..c2821eb585 100644
--- a/packages/uclibc/uclibc_svn.bb
+++ b/packages/uclibc/uclibc_svn.bb
@@ -34,24 +34,4 @@ S = "${WORKDIR}/uClibc"
# have a 'good' set of kernel header files in the cross directory.
#UCLIBC_PATCHES += "file://nokernelheadercheck.patch;patch=1"
#
-# Thumb support
-UCLIBC_PATCHES += " file://thumb-defined-arm-or-thumb.patch;patch=1"
-#
-# Thumb interworking support
-UCLIBC_PATCHES += " file://thumb-mov-pc-bx.patch;patch=1"
-UCLIBC_PATCHES += " file://thumb-swi-r7.patch;patch=1"
-UCLIBC_PATCHES += " file://thumb-sysnum-h.patch;patch=1"
-UCLIBC_PATCHES += " file://thumb-asm-swi.patch;patch=1"
-UCLIBC_PATCHES += " file://thumb-call-via-rx.patch;patch=1"
-#
-# This is a core change and is controversial, maybe even wrong
-# on some architectures
-THUMB_INTERWORK_RESOLVE_PATCH = ""
-THUMB_INTERWORK_RESOLVE_PATCH_thumb-interwork = " file://thumb-resolve.patch;patch=1"
-UCLIBC_PATCHES += " ${THUMB_INTERWORK_RESOLVE_PATCH}"
-
-# Set this for non-head patches (the above list should match the
-# requirements of the SVN head).
-UCLIBC_SVN_PATCHES ?= "${UCLIBC_PATCHES}"
-SRC_URI += "${UCLIBC_SVN_PATCHES}"