diff options
author | Christopher Larson <chris_larson@mentor.com> | 2012-01-27 11:13:39 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-02-02 16:55:31 +0000 |
commit | aa2c4e3879ec51ea117aa23c4917e9d137371099 (patch) | |
tree | b07933f04f358e8d3cc96c706733f2c6af17f348 /meta/classes | |
parent | 6028cd196e856fe1abe4f4b3fad8d64786040470 (diff) | |
download | poky-aa2c4e3879ec51ea117aa23c4917e9d137371099.tar.gz |
libc-package: fix typo in LOCALETREESRC default value
(From OE-Core rev: 73ff2f404392a6942ec89af15ec7f52fe2e629a6)
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/libc-package.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/libc-package.bbclass b/meta/classes/libc-package.bbclass index 8cd5fecfad..440218fcae 100644 --- a/meta/classes/libc-package.bbclass +++ b/meta/classes/libc-package.bbclass | |||
@@ -80,7 +80,7 @@ rm -rf ${TMP_LOCALE} | |||
80 | 80 | ||
81 | 81 | ||
82 | TMP_LOCALE="/tmp/locale${libdir}/locale" | 82 | TMP_LOCALE="/tmp/locale${libdir}/locale" |
83 | LOCALETREESRC ?= "{PKGD}" | 83 | LOCALETREESRC ?= "${PKGD}" |
84 | 84 | ||
85 | do_prep_locale_tree() { | 85 | do_prep_locale_tree() { |
86 | treedir=${WORKDIR}/locale-tree | 86 | treedir=${WORKDIR}/locale-tree |