Merge bk://openembedded@openembedded.bkbits.net/packages
authorPhil Blundell <philb@gnu.org>
Wed, 1 Sep 2004 10:19:19 +0000 (10:19 +0000)
committerPhil Blundell <philb@gnu.org>
Wed, 1 Sep 2004 10:19:19 +0000 (10:19 +0000)
into stealth.(none):/home/pb/oe/oe-packages

2004/09/01 11:12:57+01:00 (none)!pb
add missing space

BKrev: 4135a227lRwhS_hACgdDnE8bhFGO5A

glibc/glibc_2.3.2+cvs20040726.oe
glibc/glibc_cvs.oe

index ee52d83..e9570ce 100644 (file)
@@ -60,11 +60,13 @@ SRC_URI = "cvs://anoncvs@sources.redhat.com/cvs/glibc;module=libc;date=${@oe.dat
           file://arm-memcpy.patch;patch=1;pnum=0 \
           file://arm-longlong.patch;patch=1;pnum=0 \
           file://arm-machine-gmon.patch;patch=1;pnum=0 \
-           file://dyn-ldconfig.patch;patch=1;pnum=0 \
           \
            file://etc/ld.so.conf \
           file://generate-supported.mk"
 
+# seems to fail on tls platforms
+SRC_URI_append_arm = " file://dyn-ldconfig.patch;patch=1;pnum=0"
+
 S = "${WORKDIR}/libc"
 B = "${WORKDIR}/build-${TARGET_SYS}"
 
index aa9fe24..24e1c1a 100644 (file)
@@ -64,11 +64,13 @@ SRC_URI = "cvs://anoncvs@sources.redhat.com/cvs/glibc;module=libc \
           file://arm-memcpy.patch;patch=1;pnum=0 \
           file://arm-longlong.patch;patch=1;pnum=0 \
           file://arm-machine-gmon.patch;patch=1;pnum=0 \
-           file://dyn-ldconfig.patch;patch=1;pnum=0 \
           \
            file://etc/ld.so.conf \
           file://generate-supported.mk"
 
+# seems to break on TLS platforms
+SRC_URI_append_arm = " file://dyn-ldconfig.patch;patch=1;pnum=0"
+
 S = "${WORKDIR}/libc"
 B = "${WORKDIR}/build-${TARGET_SYS}"