]> code.ossystems Code Review - openembedded-core.git/commitdiff
glibc: Drop ldsocache-varrun patch. ldconfig is now run at image generation time...
authorRichard Purdie <richard@openedhand.com>
Fri, 23 Nov 2007 17:07:13 +0000 (17:07 +0000)
committerRichard Purdie <richard@openedhand.com>
Fri, 23 Nov 2007 17:07:13 +0000 (17:07 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3219 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/glibc/glibc_2.3.5+cvs20050627.bb
meta/packages/glibc/glibc_2.4.bb
meta/packages/glibc/glibc_2.5.bb

index e4cb16aaef4918154d811f18951e72bc38a53b55..294c6892bb98d30d5d8c85d0d9554aa3a84fb3c4 100644 (file)
@@ -2,7 +2,7 @@ require glibc.inc
 
 FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/glibc-cvs-2.3.5"
 SRCDATE = "20050627"
-PR = "r4"
+PR = "r5"
 
 GLIBC_ADDONS ?= "ports,linuxthreads"
 
@@ -39,7 +39,6 @@ SRC_URI = "http://familiar.handhelds.org/source/v0.8.3/stash_libc_sources.redhat
           file://arm-longlong.patch;patch=1;pnum=0 \
           file://fhs-linux-paths.patch;patch=1 \
           file://dl-cache-libcmp.patch;patch=1 \
-          file://ldsocache-varrun.patch;patch=1 \
           file://5090_all_stubs-rule-fix.patch;patch=1 \
            file://etc/ld.so.conf \
           file://generate-supported.mk"
index 95b2b99853c6444b9999ab0cf6c13fd843dc53b8..c4924449376d5fee860620e3eee7c798f8eea960 100644 (file)
@@ -1,6 +1,6 @@
 require glibc.inc
 
-PR = "r11"
+PR = "r12"
 
 # the -isystem in bitbake.conf screws up glibc do_stage
 BUILD_CPPFLAGS = "-I${STAGING_INCDIR_NATIVE}"
@@ -41,7 +41,6 @@ SRC_URI = "ftp://ftp.gnu.org/pub/gnu/glibc/glibc-2.4.tar.bz2 \
            file://arm-longlong.patch;patch=1 \
            file://fhs-linux-paths.patch;patch=1 \
            file://dl-cache-libcmp.patch;patch=1 \
-           file://ldsocache-varrun.patch;patch=1 \
            file://nptl-crosscompile.patch;patch=1 \
           file://glibc-2.4-compile.patch;patch=1 \
           file://fixup-aeabi-syscalls.patch;patch=1 \
index e40993909d591d07fb7eabe509162b58d9dc27b8..38602212c19b502f67827bb2e664ff56bdf7a71d 100644 (file)
@@ -1,6 +1,6 @@
 require glibc.inc
 
-PR = "r5"
+PR = "r6"
 
 # the -isystem in bitbake.conf screws up glibc do_stage
 BUILD_CPPFLAGS = "-I${STAGING_INCDIR_NATIVE}"
@@ -41,7 +41,6 @@ SRC_URI = "ftp://ftp.gnu.org/pub/gnu/glibc/glibc-${PV}.tar.bz2 \
            file://arm-longlong.patch;patch=1 \
            file://fhs-linux-paths.patch;patch=1 \
            file://dl-cache-libcmp.patch;patch=1 \
-           file://ldsocache-varrun.patch;patch=1 \
            file://nptl-crosscompile.patch;patch=1 \
           file://glibc-check_pf.patch;patch=1;pnum=0 \
 #         file://glibc-2.4-compile.patch;patch=1 \