diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-12-19 00:11:35 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-12-19 00:11:35 +0000 |
commit | 6205d6267a6f6aa49c975a1b85bf8ab627242351 (patch) | |
tree | faa719f27d3a365d3dec6f91550efeb5eb6141e9 /packages/glibc/glibc_2.2.5.bb | |
parent | 3bbc20add46c22a5094b038b0ee0b20a83d9c80e (diff) |
glibc-2.2.5: Added a couple of well-known patches to allow this old version of glibc to be built with gcc 4.x and dash.
Diffstat (limited to 'packages/glibc/glibc_2.2.5.bb')
-rw-r--r-- | packages/glibc/glibc_2.2.5.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/glibc/glibc_2.2.5.bb b/packages/glibc/glibc_2.2.5.bb index 7b5eca2432..68dc9a3a15 100644 --- a/packages/glibc/glibc_2.2.5.bb +++ b/packages/glibc/glibc_2.2.5.bb @@ -1,7 +1,7 @@ require glibc.inc FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/glibc-cvs" -PR = "r11" +PR = "r12" DEFAULT_PREFERENCE_sh3 = "-99" @@ -63,6 +63,7 @@ SRC_URI = "${GNU_MIRROR}/glibc/glibc-${PV}.tar.gz \ file://errlist-arm.patch;patch=1 \ file://glibc-2.2.5-allow-gcc-3.4-fixup.patch;patch=1 \ file://glibc-2.2.5-allow-gcc-3.4-grp.patch;patch=1 \ + file://glibc-2.2.5-allow-gcc-4.x-configure.patch;patch=1 \ file://glibc-2.2.5-alpha-pwrite64.patch;patch=1 \ file://glibc-2.2.5-arm-pwrite64.patch;patch=1 \ file://glibc-2.2.5-crosstest.patch;patch=1 \ @@ -95,6 +96,7 @@ SRC_URI = "${GNU_MIRROR}/glibc/glibc-${PV}.tar.gz \ file://threadparam.patch;patch=1 \ file://initfini-flags.patch;patch=1 \ file://pt-initfini-flags.patch;patch=1 \ + file://glibc-2.3.2-allow-solaris.patch;patch=1 \ \ file://etc/ld.so.conf \ file://generate-supported.mk" |