[oe-commits] Otavio Salvador : glibc-package: use qemu-i386 when building for i486 architecture

GIT User account git at amethyst.openembedded.net
Wed Nov 19 16:02:38 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: c3c65b61d99011c2006a41c6093beb2311d6eced
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=c3c65b61d99011c2006a41c6093beb2311d6eced

Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Wed Nov 19 11:49:37 2008 -0200

glibc-package: use qemu-i386 when building for i486 architecture

---

 packages/glibc/glibc-package.bbclass |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/packages/glibc/glibc-package.bbclass b/packages/glibc/glibc-package.bbclass
index e982a24..7caf6a7 100644
--- a/packages/glibc/glibc-package.bbclass
+++ b/packages/glibc/glibc-package.bbclass
@@ -249,7 +249,7 @@ python package_do_split_gconvs () {
 
 	def output_locale_binary(name, locale, encoding):
 		target_arch = bb.data.getVar("TARGET_ARCH", d, 1)
-		if target_arch in ("i586", "i686"):
+		if target_arch in ("i486", "i586", "i686"):
 		   target_arch = "i386"
 
 		qemu = "qemu-%s -r 2.6.16" % target_arch





More information about the Openembedded-commits mailing list