[oe-commits] Marcin Juszkiewicz : angstrom: disable binary locales for ep9312 (tuning) instead of ep93xx (machine)

git version control git at git.openembedded.org
Wed Jun 10 18:19:11 UTC 2009


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

Author: Marcin Juszkiewicz <marcin at juszkiewicz.com.pl>
Date:   Thu Jun  4 16:44:13 2009 +0200

angstrom: disable binary locales for ep9312 (tuning) instead of ep93xx (machine)

ep93xx can be built for armv4t which supports binary locales

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

---

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

diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc
index a91efe4..9d4668b 100644
--- a/conf/distro/include/angstrom.inc
+++ b/conf/distro/include/angstrom.inc
@@ -54,7 +54,7 @@ THUMB_INTERWORK = "yes"
 #Use this variable in feeds and other parts that need a URI
 ANGSTROM_URI ?= "http://www.angstrom-distribution.org"
 
-#Use this variable to select which recipe you want to use to get feed configs (/etc/ipkg/*, /etc/apt/sources.list)
+#Use this variable to select which recipe you want to use to get feed configs (/etc/ipkg/, /etc/apt/sources.list)
 # usefull for derivative distros and local testing
 # As this is runtime we can't and won't use virtual/feed-configs
 ANGSTROM_FEED_CONFIGS ?= "angstrom-feed-configs"
@@ -100,7 +100,7 @@ ENABLE_BINARY_LOCALE_GENERATION ?= "1"
 LOCALE_UTF8_ONLY = "1"
 
 #qemu doesn't like this fp
-ENABLE_BINARY_LOCALE_GENERATION_ep93xx = "0"
+ENABLE_BINARY_LOCALE_GENERATION_ep9312 = "0"
 
 #qemu has taken a dislike to armeb as well
 ENABLE_BINARY_LOCALE_GENERATION_armeb = "0"





More information about the Openembedded-commits mailing list