From: John Bowler Date: Sat, 21 Jan 2006 05:56:52 +0000 (+0000) Subject: uclibc: put back thumb patches in svn X-Git-Tag: Release-2010-05/1~9453^2~2603 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e53cd317b72fcac41ffbc0397fe2fa2523d3c89b;p=openembedded.git 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.) --- 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}"