summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-12-04 15:57:57 +0100
committerKoen Kooi <koen@openembedded.org>2008-12-04 15:57:57 +0100
commit0d4ff93f04655e30ddb9503bae7260fe6581e685 (patch)
tree2b75f49dadea5f9b8c78f8724fa25c758e5f7ace /packages
parent89c56a215079fc53e2c8a7f01654de7324d62f94 (diff)
glibc-package.bbclass: add -s 1048576 (yes, it's a hack) to qemu args to work on x86_64 hosts
Diffstat (limited to 'packages')
-rw-r--r--packages/glibc/glibc-package.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/glibc/glibc-package.bbclass b/packages/glibc/glibc-package.bbclass
index 7caf6a731c..89fbd1ca72 100644
--- a/packages/glibc/glibc-package.bbclass
+++ b/packages/glibc/glibc-package.bbclass
@@ -252,7 +252,7 @@ python package_do_split_gconvs () {
if target_arch in ("i486", "i586", "i686"):
target_arch = "i386"
- qemu = "qemu-%s -r 2.6.16" % target_arch
+ qemu = "qemu-%s -s 1048576 -r 2.6.16" % target_arch
pkgname = 'locale-base-' + legitimize_package_name(name)
m = re.match("(.*)\.(.*)", name)
if m: