summaryrefslogtreecommitdiffstats
path: root/meta/packages/glibc/glibc_2.5.bb
diff options
context:
space:
mode:
authorRobert Bragg <bob@openedhand.com>2008-06-06 17:20:20 +0000
committerRobert Bragg <bob@openedhand.com>2008-06-06 17:20:20 +0000
commitdd5ed4b3ada9581b72f493b5d3e9b774d9b4e7bc (patch)
treeb0cc7955b691955eabbfe3f216626ec22b1ba56a /meta/packages/glibc/glibc_2.5.bb
parent94d87fa9620391082284309bad0021bff3111c60 (diff)
downloadpoky-dd5ed4b3ada9581b72f493b5d3e9b774d9b4e7bc.tar.gz
Adds a patch for glibc-2.5 so as to no longer reference linux's private
asm/procinfo.h and instead use a glibc internal definition for HWCAP_VFP. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4611 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/glibc/glibc_2.5.bb')
-rw-r--r--meta/packages/glibc/glibc_2.5.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/glibc/glibc_2.5.bb b/meta/packages/glibc/glibc_2.5.bb
index b3d4f16143..cfb1974b2d 100644
--- a/meta/packages/glibc/glibc_2.5.bb
+++ b/meta/packages/glibc/glibc_2.5.bb
@@ -53,7 +53,8 @@ SRC_URI = "ftp://ftp.gnu.org/pub/gnu/glibc/glibc-${PV}.tar.bz2 \
53 file://generic-bits_typesizes.h \ 53 file://generic-bits_typesizes.h \
54 file://generic-bits_time.h \ 54 file://generic-bits_time.h \
55 file://etc/ld.so.conf \ 55 file://etc/ld.so.conf \
56 file://generate-supported.mk" 56 file://generate-supported.mk \
57 file://glibc-arm-no-procinfo_h.patch;patch=1"
57 58
58 59
59# Build fails on sh3 and sh4 without additional patches 60# Build fails on sh3 and sh4 without additional patches