[oe-commits] org.oe.dev glibc 2.4: Apply recently added patches only fo x86.

pfalcon commit openembedded-commits at lists.openembedded.org
Thu Sep 28 11:14:05 UTC 2006


glibc 2.4: Apply recently added patches only fo x86.
* Fixes breakage on ARM.
* Don't bump PR (previous commit neither did), to save long rebuilds.
Few people affected should use "bitbake glibc -c rebuild".
* Fixes #1443.
* Approved by Michael 'Mickey' Lauer <mickey at tm.informatik.uni-frankfurt de>.

Author: pfalcon at openembedded.org
Branch: org.openembedded.dev
Revision: b3b16abcf910c9b1e8e145776848c3272f9d2f6b
ViewMTN: http://monotone.openembedded.org/revision.psp?id=b3b16abcf910c9b1e8e145776848c3272f9d2f6b
Files:
1
packages/glibc/glibc_2.4.bb
Diffs:

#
# mt diff -rb4422f8e2fbc9192ee79d09122f221f89665626c -rb3b16abcf910c9b1e8e145776848c3272f9d2f6b
#
# 
# 
# patch "packages/glibc/glibc_2.4.bb"
#  from [3cb132a0f0a7925d918c342e262b3f0065b3bdfb]
#    to [e35960439c0b38746f6a28684b8e949b3853a08b]
# 
============================================================
--- packages/glibc/glibc_2.4.bb	3cb132a0f0a7925d918c342e262b3f0065b3bdfb
+++ packages/glibc/glibc_2.4.bb	e35960439c0b38746f6a28684b8e949b3853a08b
@@ -58,8 +58,6 @@ SRC_URI = "ftp://ftp.gnu.org/pub/gnu/gli
 	   file://glibc-2.4-compile.patch;patch=1 \
 	   file://fixup-aeabi-syscalls.patch;patch=1 \
 	   file://zecke-sane-readelf.patch;patch=1 \
-	   file://openat-bugzilla-fix-1220.patch;patch=1 \
-	   file://fix-fchownat-20060808.patch;patch=1 \
 	   file://generic-bits_select.h \
 	   file://generic-bits_types.h \
 	   file://generic-bits_typesizes.h \
@@ -67,6 +65,10 @@ SRC_URI = "ftp://ftp.gnu.org/pub/gnu/gli
            file://etc/ld.so.conf \
            file://generate-supported.mk"
 
+# Build fails of x86 without additional patches, but these break arm
+SRC_URI_append_x86 = " file://openat-bugzilla-fix-1220.patch;patch=1 \
+           file://fix-fchownat-20060808.patch;patch=1"
+
 # Build fails on sh3 and sh4 without additional patches
 SRC_URI_append_sh3 = " file://no-z-defs.patch;patch=1"
 SRC_URI_append_sh4 = " file://no-z-defs.patch;patch=1"






More information about the Openembedded-commits mailing list