git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89c56a2
)
glibc-package.bbclass: add -s 1048576 (yes, it's a hack) to qemu args to work on...
author
Koen Kooi
<koen@openembedded.org>
Thu, 4 Dec 2008 14:57:57 +0000
(15:57 +0100)
committer
Koen Kooi
<koen@openembedded.org>
Thu, 4 Dec 2008 14:57:57 +0000
(15:57 +0100)
packages/glibc/glibc-package.bbclass
patch
|
blob
|
history
diff --git
a/packages/glibc/glibc-package.bbclass
b/packages/glibc/glibc-package.bbclass
index
7caf6a7
..
89fbd1c
100644
(file)
--- 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: