summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/glibc/glibc_2.3.5+cvs20050627.bb
diff options
context:
space:
mode:
Diffstat (limited to 'openembedded/packages/glibc/glibc_2.3.5+cvs20050627.bb')
-rw-r--r--openembedded/packages/glibc/glibc_2.3.5+cvs20050627.bb8
1 files changed, 5 insertions, 3 deletions
diff --git a/openembedded/packages/glibc/glibc_2.3.5+cvs20050627.bb b/openembedded/packages/glibc/glibc_2.3.5+cvs20050627.bb
index e7adcd0a39..d1925902e4 100644
--- a/openembedded/packages/glibc/glibc_2.3.5+cvs20050627.bb
+++ b/openembedded/packages/glibc/glibc_2.3.5+cvs20050627.bb
@@ -7,11 +7,13 @@ MAINTAINER = "Phil Blundell <pb@handhelds.org>"
7 7
8FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/glibc-cvs-2.3.5" 8FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/glibc-cvs-2.3.5"
9SRCDATE = "20050627" 9SRCDATE = "20050627"
10PR = "r1" 10PR = "r3"
11 11
12GLIBC_ADDONS ?= "ports,linuxthreads" 12GLIBC_ADDONS ?= "ports,linuxthreads"
13GLIBC_EXTRA_OECONF ?= "" 13GLIBC_EXTRA_OECONF ?= ""
14 14
15GLIBC_BROKEN_LOCALES = "sid_ET tr_TR mn_MN"
16
15# 17#
16# For now, we will skip building of a gcc package if it is a uclibc one 18# For now, we will skip building of a gcc package if it is a uclibc one
17# and our build is not a uclibc one, and we skip a glibc one if our build 19# and our build is not a uclibc one, and we skip a glibc one if our build
@@ -41,8 +43,8 @@ INHIBIT_DEFAULT_DEPS = "1"
41# \ 43# \
42# file://arm-ioperm.patch;patch=1;pnum=0 \ 44# file://arm-ioperm.patch;patch=1;pnum=0 \
43# file://ldd.patch;patch=1;pnum=0 \ 45# file://ldd.patch;patch=1;pnum=0 \
44SRC_URI = "cvs://anoncvs@sources.redhat.com/cvs/glibc;module=libc \ 46SRC_URI = "http://familiar.handhelds.org/source/v0.8.3/stash_libc_sources.redhat.com__20050627.tar.gz \
45 cvs://anoncvs@sources.redhat.com/cvs/glibc;module=ports \ 47 http://familiar.handhelds.org/source/v0.8.3/stash_ports_sources.redhat.com__20050627.tar.gz \
46 file://arm-audit.patch;patch=1 \ 48 file://arm-audit.patch;patch=1 \
47 file://arm-audit2.patch;patch=1 \ 49 file://arm-audit2.patch;patch=1 \
48 file://arm-no-hwcap.patch;patch=1 \ 50 file://arm-no-hwcap.patch;patch=1 \