]> code.ossystems Code Review - openembedded-core.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 08:35:55 +0000 (09:35 +0100)
commitb744f4cc2912334b8493a89525fd02af8e9b8edf
tree9cbacbc93cabaff5298e48095f66cda5ff9440f4
parent9327ca868667b15f29af3123611d6f56b4249a63
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.

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