diff options
author | Richard Purdie <richard@openedhand.com> | 2007-11-23 17:07:13 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-11-23 17:07:13 +0000 |
commit | d74537f6bd113d2b60cec0cea4de5d793a36f318 (patch) | |
tree | e8ade40aba86019c0226875c4243cd4a9ba23bc2 /meta/packages | |
parent | b4e9ef8979677683d8aa01c7b5301bbde4f2a340 (diff) | |
download | openembedded-core-d74537f6bd113d2b60cec0cea4de5d793a36f318.tar.gz openembedded-core-d74537f6bd113d2b60cec0cea4de5d793a36f318.tar.bz2 openembedded-core-d74537f6bd113d2b60cec0cea4de5d793a36f318.tar.xz openembedded-core-d74537f6bd113d2b60cec0cea4de5d793a36f318.zip |
glibc: Drop ldsocache-varrun patch. ldconfig is now run at image generation time. If you can install packages, the cache can update, if you don't install packages there is no need to have it writable
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3219 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/glibc/glibc_2.3.5+cvs20050627.bb | 3 | ||||
-rw-r--r-- | meta/packages/glibc/glibc_2.4.bb | 3 | ||||
-rw-r--r-- | meta/packages/glibc/glibc_2.5.bb | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/meta/packages/glibc/glibc_2.3.5+cvs20050627.bb b/meta/packages/glibc/glibc_2.3.5+cvs20050627.bb index e4cb16aae..294c6892b 100644 --- a/meta/packages/glibc/glibc_2.3.5+cvs20050627.bb +++ b/meta/packages/glibc/glibc_2.3.5+cvs20050627.bb @@ -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" diff --git a/meta/packages/glibc/glibc_2.4.bb b/meta/packages/glibc/glibc_2.4.bb index 95b2b9985..c49244493 100644 --- a/meta/packages/glibc/glibc_2.4.bb +++ b/meta/packages/glibc/glibc_2.4.bb @@ -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 \ diff --git a/meta/packages/glibc/glibc_2.5.bb b/meta/packages/glibc/glibc_2.5.bb index e40993909..38602212c 100644 --- a/meta/packages/glibc/glibc_2.5.bb +++ b/meta/packages/glibc/glibc_2.5.bb @@ -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 \ |