From: Marcin Juszkiewicz Date: Sat, 16 May 2009 10:08:18 +0000 (+0200) Subject: angstrom: no binary locales for ep93xx X-Git-Tag: Release-2010-05/1~3293 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7e2326e82ca4243f520501584bee76d4689ae61;p=openembedded.git angstrom: no binary locales for ep93xx Signed-off-by: Marcin Juszkiewicz Acked-by: Koen Kooi Acked-by: Tom Rini --- diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc index 2655bfe3bb..a91efe4bd7 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"