[oe-commits] Christopher Larson : libc-package: fix typo in LOCALETREESRC default value

git at git.openembedded.org git at git.openembedded.org
Thu Feb 2 14:56:28 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 73ff2f404392a6942ec89af15ec7f52fe2e629a6
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=73ff2f404392a6942ec89af15ec7f52fe2e629a6

Author: Christopher Larson <chris_larson at mentor.com>
Date:   Fri Jan 27 11:13:39 2012 -0600

libc-package: fix typo in LOCALETREESRC default value

Signed-off-by: Christopher Larson <chris_larson at mentor.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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 8cd5fec..440218f 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





More information about the Openembedded-commits mailing list