summaryrefslogtreecommitdiff
path: root/uclibc/uclibc_cvs.oe
diff options
context:
space:
mode:
Diffstat (limited to 'uclibc/uclibc_cvs.oe')
-rw-r--r--uclibc/uclibc_cvs.oe2
1 files changed, 1 insertions, 1 deletions
diff --git a/uclibc/uclibc_cvs.oe b/uclibc/uclibc_cvs.oe
index e0147a67fb..e37c485124 100644
--- a/uclibc/uclibc_cvs.oe
+++ b/uclibc/uclibc_cvs.oe
@@ -89,7 +89,7 @@ uclibcbuild_do_patch() {
ln -sf ${STAGING_INCDIR}/linux ${S}/include/linux
ln -sf ${STAGING_INCDIR}/asm ${S}/include/asm
- ${@['cp %s/%s extra/locale' % (oe.data.getVar('WORKDIR', d, 1) or '', oe.data.getVar('UCLIBC_LOCALE_FILE', d, 1) or ''), ''][oe.data.getVar('USE_NLS', d, 1) == 'no']}
+ ${@['cp %s/%s extra/locale' % (oe.data.getVar('DL_DIR', d, 1) or '', oe.data.getVar('UCLIBC_LOCALE_FILE', d, 1) or ''), ''][oe.data.getVar('USE_NLS', d, 1) == 'no']}
}
python do_patch () {