From: Richard Purdie Date: Wed, 2 Feb 2011 14:35:35 +0000 (+0000) Subject: cross-localedef-native: Fix do_move_ports since the definition of changes. Raises... X-Git-Tag: 2011-1~2543 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=1d3face8f2cd84ce987f59e8c869bb076cd0869c;p=openembedded-core.git cross-localedef-native: Fix do_move_ports since the definition of changes. Raises the question of whether we even need ports for this? Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/eglibc/cross-localedef-native_2.12.bb b/meta/recipes-core/eglibc/cross-localedef-native_2.12.bb index 096c0827f0..68ef86439d 100644 --- a/meta/recipes-core/eglibc/cross-localedef-native_2.12.bb +++ b/meta/recipes-core/eglibc/cross-localedef-native_2.12.bb @@ -26,8 +26,8 @@ do_unpack_append() { do_move_ports() { if test -d ${WORKDIR}/${EGLIBC_BRANCH}/ports ; then - rm -rf ${S}../libc/ports - mv ${WORKDIR}/${EGLIBC_BRANCH}/ports ${S}/../libc/ + rm -rf ${WORKDIR}/libc/ports + mv ${WORKDIR}/${EGLIBC_BRANCH}/ports ${WORKDIR}/libc/ fi }