[oe] [PATCH 2/3] (e)glibc-package: set LD_LIBRARY_PATH on binary locale generation

Roman I Khimov khimov at altell.ru
Tue May 19 15:26:15 UTC 2009


On Tuesday 19 May 2009 19:08:37 Stanislav Brabec wrote:
> Roman I Khimov wrote:
> >  		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
> > %s/bin/localedef %s" % (path, i18npath, qemu, treedir, treedir,
> > localedef_opts) +		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)
>
> It breaks in angstrom build for spitz. My qemu-arm from
> qemu-native-0.9.1+svnr4242-r15 (default for angstrom) apparently does
> not understand "-E". After reverting this patch (or removing -E argument
> from the command line manually) it works again.

Sorry for breaking the build, working on fix. Can you try qemu-native 0.10.3, 
maybe it'll work right out of the box for you?




More information about the Openembedded-devel mailing list