summaryrefslogtreecommitdiff
path: root/openembedded/packages/glibc/glibc_2.3.5+cvs20050627.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-04-12 16:05:04 +0000
committerRichard Purdie <richard@openedhand.com>2006-04-12 16:05:04 +0000
commit46950b42accabad1f112e3595bce61134c246594 (patch)
tree86f0b63a6b73f3f5f2b2ddf9b14ca69032ca9cab /openembedded/packages/glibc/glibc_2.3.5+cvs20050627.bb
parentdb8ae0a7bb64ebcc67aac671ddc21c549a52267f (diff)
downloadopenembedded-core-46950b42accabad1f112e3595bce61134c246594.tar.gz
openembedded-core-46950b42accabad1f112e3595bce61134c246594.tar.bz2
openembedded-core-46950b42accabad1f112e3595bce61134c246594.tar.xz
openembedded-core-46950b42accabad1f112e3595bce61134c246594.zip
glibc: Add binary locale generation from OE. Adding ENABLE_BINARY_LOCALE_GENERATION = "1" to local.conf will enable the locale generation to be performed at build time using qemu which avoids length first boot times and OOM errors on the device.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@345 311d38ba-8fff-0310-9ca6-ca027cbcb966
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 e7adcd0a3..d1925902e 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>"
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/glibc-cvs-2.3.5"
SRCDATE = "20050627"
-PR = "r1"
+PR = "r3"
GLIBC_ADDONS ?= "ports,linuxthreads"
GLIBC_EXTRA_OECONF ?= ""
+GLIBC_BROKEN_LOCALES = "sid_ET tr_TR mn_MN"
+
#
# For now, we will skip building of a gcc package if it is a uclibc one
# 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"
# \
# file://arm-ioperm.patch;patch=1;pnum=0 \
# file://ldd.patch;patch=1;pnum=0 \
-SRC_URI = "cvs://anoncvs@sources.redhat.com/cvs/glibc;module=libc \
- cvs://anoncvs@sources.redhat.com/cvs/glibc;module=ports \
+SRC_URI = "http://familiar.handhelds.org/source/v0.8.3/stash_libc_sources.redhat.com__20050627.tar.gz \
+ http://familiar.handhelds.org/source/v0.8.3/stash_ports_sources.redhat.com__20050627.tar.gz \
file://arm-audit.patch;patch=1 \
file://arm-audit2.patch;patch=1 \
file://arm-no-hwcap.patch;patch=1 \