]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
Add and use 'localedir' variable
authorChristopher Larson <chris_larson@mentor.com>
Mon, 24 Sep 2012 19:00:41 +0000 (12:00 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 25 Sep 2012 09:41:28 +0000 (10:41 +0100)
commit6ee9ebc42575d24bc5bcd5da175c81e4ea7ccb38
treec9865126c092d3d78b3c800c2b80b19ce9b49499
parentd02f02950ef4aff9ef9726cc364dd041e514fd3a
Add and use 'localedir' variable

This avoids the hardcoding of ${libdir}/locale which is all over the place,
and will facilitate use of ${exec_prefix}/lib/locale instead of
${libdir}/locale.

This doesn't actually change any output at this time. Verified this with
buildhistory against the packages produced from core-image-base.

(From OE-Core rev: b744f4cc2912334b8493a89525fd02af8e9b8edf)

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/libc-common.bbclass
meta/classes/libc-package.bbclass
meta/conf/bitbake.conf
meta/recipes-core/eglibc/eglibc-locale.inc
meta/recipes-core/eglibc/eglibc-package.inc
meta/recipes-core/eglibc/eglibc.inc