From patchwork Fri Jan 27 17:13:39 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [01/10] libc-package: fix typo in LOCALETREESRC default value Date: Fri, 27 Jan 2012 17:13:39 -0000 From: Christopher Larson X-Patchwork-Id: 20233 Message-Id: <1200dada43c3e68e8a216994129eb516160ff82c.1327684024.git.chris_larson@mentor.com> To: openembedded-core@lists.openembedded.org Cc: Christopher Larson From: Christopher Larson Signed-off-by: Christopher Larson --- 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