summaryrefslogtreecommitdiffstats
path: root/meta/packages/glibc/glibc_2.3.5+cvs20050627.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-11-27 16:17:28 +0000
committerRichard Purdie <richard@openedhand.com>2007-11-27 16:17:28 +0000
commit697dbc937b42350630ed4211d2e6ef5332385dd0 (patch)
tree6df0ed1ae5c5c96ee9adc39061b5c37f24449452 /meta/packages/glibc/glibc_2.3.5+cvs20050627.bb
parentfeb7d18297996335e90b770d1be5017d45dafc2f (diff)
downloadpoky-697dbc937b42350630ed4211d2e6ef5332385dd0.tar.gz
glibc_2.3.5+cvs20050627: Fix oabi build failure due to header issues
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3257 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/glibc/glibc_2.3.5+cvs20050627.bb')
-rw-r--r--meta/packages/glibc/glibc_2.3.5+cvs20050627.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/glibc/glibc_2.3.5+cvs20050627.bb b/meta/packages/glibc/glibc_2.3.5+cvs20050627.bb
index 294c6892bb..3111ed3583 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
2 2
3FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/glibc-cvs-2.3.5" 3FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/glibc-cvs-2.3.5"
4SRCDATE = "20050627" 4SRCDATE = "20050627"
5PR = "r5" 5PR = "r6"
6 6
7GLIBC_ADDONS ?= "ports,linuxthreads" 7GLIBC_ADDONS ?= "ports,linuxthreads"
8 8
@@ -39,6 +39,7 @@ SRC_URI = "http://familiar.handhelds.org/source/v0.8.3/stash_libc_sources.redhat
39 file://arm-longlong.patch;patch=1;pnum=0 \ 39 file://arm-longlong.patch;patch=1;pnum=0 \
40 file://fhs-linux-paths.patch;patch=1 \ 40 file://fhs-linux-paths.patch;patch=1 \
41 file://dl-cache-libcmp.patch;patch=1 \ 41 file://dl-cache-libcmp.patch;patch=1 \
42 file://headers_fix.patch;patch=1 \
42 file://5090_all_stubs-rule-fix.patch;patch=1 \ 43 file://5090_all_stubs-rule-fix.patch;patch=1 \
43 file://etc/ld.so.conf \ 44 file://etc/ld.so.conf \
44 file://generate-supported.mk" 45 file://generate-supported.mk"