diff options
author | Christopher Larson <chris_larson@mentor.com> | 2012-09-24 12:00:41 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-25 09:35:55 +0100 |
commit | b744f4cc2912334b8493a89525fd02af8e9b8edf (patch) | |
tree | 9cbacbc93cabaff5298e48095f66cda5ff9440f4 /meta/conf/bitbake.conf | |
parent | 9327ca868667b15f29af3123611d6f56b4249a63 (diff) | |
download | openembedded-core-b744f4cc2912334b8493a89525fd02af8e9b8edf.tar.gz openembedded-core-b744f4cc2912334b8493a89525fd02af8e9b8edf.tar.bz2 openembedded-core-b744f4cc2912334b8493a89525fd02af8e9b8edf.zip |
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>
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r-- | meta/conf/bitbake.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 9b41749e2d..3496d2bb8c 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -40,6 +40,7 @@ export libdir = "${exec_prefix}/${baselib}" export includedir = "${exec_prefix}/include" export oldincludedir = "${exec_prefix}/include" export systemd_unitdir = "${base_libdir}/systemd" +localedir = "${libdir}/locale" # Linkage between native/cross/nativesdk layouts base_bindir_native = "/bin" |