mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
6028cd196e
commit
aa2c4e3879
@@ -80,7 +80,7 @@ rm -rf ${TMP_LOCALE}
|
|||||||
|
|
||||||
|
|
||||||
TMP_LOCALE="/tmp/locale${libdir}/locale"
|
TMP_LOCALE="/tmp/locale${libdir}/locale"
|
||||||
LOCALETREESRC ?= "{PKGD}"
|
LOCALETREESRC ?= "${PKGD}"
|
||||||
|
|
||||||
do_prep_locale_tree() {
|
do_prep_locale_tree() {
|
||||||
treedir=${WORKDIR}/locale-tree
|
treedir=${WORKDIR}/locale-tree
|
||||||
|
|||||||
Reference in New Issue
Block a user