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

Stanislav Brabec utx at penguin.cz
Tue May 19 15:08:37 UTC 2009


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.

-- 
Stanislav Brabec
http://www.penguin.cz/~utx/zaurus





More information about the Openembedded-devel mailing list