mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 03:32:12 +02:00
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>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user