[oe-commits] Marcin Juszkiewicz : angstrom: no binary locales for ep93xx

git version control git at git.openembedded.org
Wed Jun 3 09:35:08 UTC 2009


Module: openembedded.git
Branch: xora/angstrom-srcpv
Commit: e7e2326e82ca4243f520501584bee76d4689ae61
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e7e2326e82ca4243f520501584bee76d4689ae61

Author: Marcin Juszkiewicz <hrw at openembedded.org>
Date:   Sat May 16 12:08:18 2009 +0200

angstrom: no binary locales for ep93xx

Signed-off-by: Marcin Juszkiewicz <marcin at juszkiewicz.com.pl>
Acked-by: Koen Kooi <koen at openembedded.org>
Acked-by: Tom Rini <trini at embeddedalley.com>

---

 conf/distro/include/angstrom.inc |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc
index 2655bfe..a91efe4 100644
--- a/conf/distro/include/angstrom.inc
+++ b/conf/distro/include/angstrom.inc
@@ -99,6 +99,9 @@ ENABLE_BINARY_LOCALE_GENERATION ?= "1"
 # We only want to build UTF8 locales
 LOCALE_UTF8_ONLY = "1"
 
+#qemu doesn't like this fp
+ENABLE_BINARY_LOCALE_GENERATION_ep93xx = "0"
+
 #qemu has taken a dislike to armeb as well
 ENABLE_BINARY_LOCALE_GENERATION_armeb = "0"
 





More information about the Openembedded-commits mailing list