Hi people
I'd like to commit the recipe for Qemu 0.10.5 into bitbake
ATM I'm using the native build from my gentoo.
Only problem is, that you have to change
-------------------------
recipes/eglibc/eglibc-package.bbclass:
@@ -319,7 +319,7 @@ python package_do_split_gconvs () {
                i18npath = base_path_join(treedir, datadir, "i18n")

                localedef_opts = "--force --old-style --no-archive --prefix=%s 
--inputfile=%s/i18n/locales/%s --charmap=%s %s" % (treedir, datadir, locale, 
encoding, name)
-               cmd = "PATH=\"%s\" I18NPATH=\"%s\" %s -L %s -E 
LD_LIBRARY_PATH=%s %s/bin/localedef %s" % (path, i18npath, qemu, treedir, 
ldlibdir, treedir, localedef_opts)
+               cmd = "PATH=\"%s\" I18NPATH=\"%s\" %s -cpu any -L %s -E 
LD_LIBRARY_PATH=%s %s/bin/localedef %s" % (path, i18npath, qemu, treedir, 
ldlibdir, treedir, localedef_opts)
                bb.note("generating locale %s (%s)" % (locale, encoding))
                if os.system(cmd):
                        raise bb.build.FuncFailed("localedef returned an error 
(command was %s)." % cmd)
------------------------
In order to get it running properly.
If you do so. Older qemu versions stop to work
What should I do?
Just keep my changes local?

greatings
        leviathan

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Shr-devel mailing list
Shr-devel@lists.shr-project.org
http://lists.shr-project.org/mailman/listinfo/shr-devel

Reply via email to