summaryrefslogtreecommitdiffstats
path: root/meta/classes/libc-package.bbclass
diff options
context:
space:
mode:
authorChristopher Larson <chris_larson@mentor.com>2012-01-27 11:13:39 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-02-01 15:26:10 +0000
commit73ff2f404392a6942ec89af15ec7f52fe2e629a6 (patch)
treec909283489cd40e1f3c306c830bff0bbf0255226 /meta/classes/libc-package.bbclass
parent9ccf5400d4d22f6fb90f5d61ad89dd0ac6273e43 (diff)
downloadopenembedded-core-73ff2f404392a6942ec89af15ec7f52fe2e629a6.tar.gz
libc-package: fix typo in LOCALETREESRC default value
Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/libc-package.bbclass')
-rw-r--r--meta/classes/libc-package.bbclass2
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}
TMP_LOCALE="/tmp/locale${libdir}/locale"
-LOCALETREESRC ?= "{PKGD}"
+LOCALETREESRC ?= "${PKGD}"
do_prep_locale_tree() {
treedir=${WORKDIR}/locale-tree