[oe-commits] org.oe.dev uclibc 0.9.28: rearrange patches, add avr32 one

koen commit openembedded-commits at lists.openembedded.org
Thu May 31 19:27:19 UTC 2007


uclibc 0.9.28: rearrange patches, add avr32 one

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 3f7bf15a94c26215c01d7a95815f06c8811e0abf
ViewMTN: http://monotone.openembedded.org/revision.psp?id=3f7bf15a94c26215c01d7a95815f06c8811e0abf
Files:
1
packages/uclibc/uclibc_0.9.28.bb
Diffs:

#
# mt diff -r120adbf5e1dc9921cc744af51e0b4877a60d7242 -r3f7bf15a94c26215c01d7a95815f06c8811e0abf
#
# 
# 
# patch "packages/uclibc/uclibc_0.9.28.bb"
#  from [c98eb9650d12f6e24f83257bf4bcedb60d32f23d]
#    to [49cbae94a945618f51290994796d0ef210187c80]
# 
============================================================
--- packages/uclibc/uclibc_0.9.28.bb	c98eb9650d12f6e24f83257bf4bcedb60d32f23d
+++ packages/uclibc/uclibc_0.9.28.bb	49cbae94a945618f51290994796d0ef210187c80
@@ -22,20 +22,31 @@ S = "${WORKDIR}/uClibc-${PV}"
 #SRC_URI += "file://nokernelheadercheck.patch;patch=1"
 #
 # Thumb support
-SRC_URI += " file://thumb-defined-arm-or-thumb.patch;patch=1"
 #
 # Thumb interworking support
-SRC_URI += " file://thumb-mov-pc-bx.patch;patch=1"
-SRC_URI += " file://thumb-swi-r7.patch;patch=1"
-SRC_URI += " file://thumb-sysnum-h.patch;patch=1"
-SRC_URI += " file://thumb-asm-swi.patch;patch=1"
-SRC_URI += " file://thumb-call-via-rx.patch;patch=1"
-SRC_URI += " file://dl-startup.h.patch;patch=1"
-SRC_URI += " file://dl-string.h.patch;patch=1"
-SRC_URI += " file://dl-sysdep.h.patch;patch=1"
+THUMBSTUFF = " \
+              file://thumb-defined-arm-or-thumb.patch;patch=1 \
+              file://thumb-mov-pc-bx.patch;patch=1 \
+              file://thumb-swi-r7.patch;patch=1 \
+              file://thumb-sysnum-h.patch;patch=1 \
+              file://thumb-asm-swi.patch;patch=1 \
+              file://thumb-call-via-rx.patch;patch=1 \
+              file://dl-startup.h.patch;patch=1 \
+              file://dl-string.h.patch;patch=1 \
+              file://dl-sysdep.h.patch;patch=1 \
+             "
+
+SRC_URI_append_arm = " ${THUMBSTUFF} "
+
 #
 # 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"
 SRC_URI += " ${THUMB_INTERWORK_RESOLVE_PATCH}"
+
+
+DEFAULT_PREFERENCE_avr32 = "6000"
+SRC_URI_append_avr32 = " http://avr32linux.org/twiki/pub/Main/MicroClibcPatches/uClibc-0.9.28-avr1.patch.bz2;patch=1 "
+
+






More information about the Openembedded-commits mailing list