aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/glibc
diff options
context:
space:
mode:
authorCarsten Haitzler <raster@openmoko.org>2009-04-14 20:27:11 +1000
committerCarsten Haitzler <raster@openmoko.org>2009-04-14 23:25:15 +1000
commite57036c6b46be99181fb7011d5c6cf667bb7041c (patch)
tree70cb869a398d72cf3ad44f3ee3a58952f5dd37cc /recipes/glibc
parent6348c34c3903241900e4eb272e8d5629e3638101 (diff)
downloadopenembedded-e57036c6b46be99181fb7011d5c6cf667bb7041c.tar.gz
glibc: write ld.so.cache to usual /etc location so it can be cached and speed
up boot (so it doesnt need to re-generate every boot!)
Diffstat (limited to 'recipes/glibc')
-rw-r--r--recipes/glibc/glibc_2.6.1.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/glibc/glibc_2.6.1.bb b/recipes/glibc/glibc_2.6.1.bb
index ab343ea0a6..c1a95987bf 100644
--- a/recipes/glibc/glibc_2.6.1.bb
+++ b/recipes/glibc/glibc_2.6.1.bb
@@ -41,7 +41,6 @@ SRC_URI = "\
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.5-local-dynamic-resolvconf.patch;patch=1;pnum=0 \
file://glibc-check_pf.patch;patch=1;pnum=0 \
@@ -61,6 +60,8 @@ SRC_URI = "\
file://march-i686.patch;patch=1;pnum=0 \
"
+# file://ldsocache-varrun.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"