summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-02-02 14:35:35 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-02-02 14:44:37 +0000
commit1d3face8f2cd84ce987f59e8c869bb076cd0869c (patch)
tree1b77ffcd091f614dba2e5e83ca556fc5cdc4491c /meta
parentc636efaebb186c38b210a13a521853b66da1800f (diff)
downloadpoky-1d3face8f2cd84ce987f59e8c869bb076cd0869c.tar.gz
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 <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-core/eglibc/cross-localedef-native_2.12.bb4
1 files changed, 2 insertions, 2 deletions
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() {
26 26
27do_move_ports() { 27do_move_ports() {
28 if test -d ${WORKDIR}/${EGLIBC_BRANCH}/ports ; then 28 if test -d ${WORKDIR}/${EGLIBC_BRANCH}/ports ; then
29 rm -rf ${S}../libc/ports 29 rm -rf ${WORKDIR}/libc/ports
30 mv ${WORKDIR}/${EGLIBC_BRANCH}/ports ${S}/../libc/ 30 mv ${WORKDIR}/${EGLIBC_BRANCH}/ports ${WORKDIR}/libc/
31 fi 31 fi
32} 32}
33 33