mirror of
https://git.yoctoproject.org/poky
synced 2026-09-16 18:49:34 +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() {
|
do_move_ports() {
|
||||||
if test -d ${WORKDIR}/${EGLIBC_BRANCH}/ports ; then
|
if test -d ${WORKDIR}/${EGLIBC_BRANCH}/ports ; then
|
||||||
rm -rf ${S}../libc/ports
|
rm -rf ${WORKDIR}/libc/ports
|
||||||
mv ${WORKDIR}/${EGLIBC_BRANCH}/ports ${S}/../libc/
|
mv ${WORKDIR}/${EGLIBC_BRANCH}/ports ${WORKDIR}/libc/
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user