[oe-commits] [Bug 5292] Setting ENABLE_BINARY_LOCALES="0" and GLIBC_GENERATE_LOCALES="en.US.UTF-8" causes glibc_2.9 to error when building

bugzilla-daemon at git.openembedded.org bugzilla-daemon at git.openembedded.org
Sun Aug 9 05:31:28 UTC 2009


http://bugs.openembedded.org/show_bug.cgi?id=5292





--- Comment #1 from Chris Verges <chrisv at cyberswitching.com>  2009-08-09 05:31:27 ---
Update to fix typo.  Contents of local.conf include:

ENABLE_BINARY_LOCALE_GENERATION = "0"
GLIBC_GENERATE_LOCALES = "en.US.UTF-8"

Entire local.conf is:

# Sources (tarballs, etc.)
DL_DIR = "/root/sources"

# BitBake configuration
BBFILES = "/root/workspace/openembedded/recipes/*/*.bb"
BBFILES += "/root/workspace/local/recipes/*/*.bb"
BBFILE_COLLECTIONS="upstream local"
BBFILE_PATTERN_upstream = "^/workspace/openembedded/"
BBFILE_PATTERN_local = "^/workspace/local/"
BBFILE_PRIORITY_upstream = "5"
BBFILE_PRIORITY_local = "10"
BBMASK = ""

# OpenEmbedded configuration
MACHINE="at91sam9263ek"
DISTRO="angstrom-2008.1"
ENABLE_BINARY_LOCALE_GENERATION = "0"
GLIBC_GENERATE_LOCALES = "en.US.UTF-8"
IMAGE_FSTYPES = "jffs2"

# Select between multiple alternative providers, if more than one is eligible.
PREFERRED_PROVIDERS = "virtual/qte:qte virtual/libqpe:libqpe-opie"
PREFERRED_PROVIDERS += " virtual/libsdl:libsdl-x11"
PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial"
PREFERRED_PROVIDERS += "
virtual/${TARGET_PREFIX}gcc-intermediate:gcc-cross-intermediate"
PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc:gcc-cross"
PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross"

BBINCLUDELOGS = "yes"

-- 
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.




More information about the Openembedded-commits mailing list