Merge http://openembedded@openembedded.bkbits.net/packages
authorHolger Schurig <schurig@mn-solutions.de>
Thu, 23 Sep 2004 19:21:52 +0000 (19:21 +0000)
committerHolger Schurig <schurig@mn-solutions.de>
Thu, 23 Sep 2004 19:21:52 +0000 (19:21 +0000)
into schurig.homelinux.net:/home/holger/src/oe/p

2004/09/23 21:21:26+02:00 homelinux.net!schurig
move ld.so.cache to /var/run on MNCI "Ramses"

BKrev: 41532250n7ODWbkhGBwwgFS-QptdrQ

glibc/glibc-cvs/ldsocache-varrun.patch [new file with mode: 0644]
glibc/glibc_2.3.2+cvs20040726.oe

diff --git a/glibc/glibc-cvs/ldsocache-varrun.patch b/glibc/glibc-cvs/ldsocache-varrun.patch
new file mode 100644 (file)
index 0000000..e69de29
index 7c0b2e7..5889b2d 100644 (file)
@@ -55,7 +55,7 @@ SRC_URI = "cvs://anoncvs@sources.redhat.com/cvs/glibc;module=libc;date=${@oe.dat
           file://arm-ioperm.patch;patch=1;pnum=0 \
           file://makeconfig.patch;patch=1;pnum=0 \
           file://ldd.patch;patch=1;pnum=0 \
-          file://fhs-linux-paths.patch;patch=1;pnum=1 \
+          file://fhs-linux-paths.patch;patch=1 \
           file://arm-no-hwcap.patch;patch=1;pnum=0 \
           file://arm-memcpy.patch;patch=1;pnum=0 \
           file://arm-longlong.patch;patch=1;pnum=0 \
@@ -67,6 +67,8 @@ SRC_URI = "cvs://anoncvs@sources.redhat.com/cvs/glibc;module=libc;date=${@oe.dat
 # seems to fail on tls platforms
 SRC_URI_append_arm = " file://dyn-ldconfig.patch;patch=1;pnum=0"
 
+SRC_URI_append_ramses = " file://ldsocache-varrun.patch;patch=1"
+
 S = "${WORKDIR}/libc"
 B = "${WORKDIR}/build-${TARGET_SYS}"