mirror of
https://git.yoctoproject.org/poky
synced 2026-01-12 03:10:06 +00:00
packaged-staging.bbclass: Ignore errors resulting from parallel threads clashing
This commit is contained in:
@@ -159,9 +159,8 @@ staging_helper () {
|
||||
mkdir -p ${TMPDIR}${layout_libdir}/opkg/info/
|
||||
fi
|
||||
if [ ! -e ${TMPDIR}${layout_libdir}/ipkg/ ]; then
|
||||
mkdir -p ${TMPDIR}${layout_libdir}/opkg
|
||||
cd ${TMPDIR}${layout_libdir}/
|
||||
ln -sf opkg/ ipkg
|
||||
ln -sf opkg/ ipkg || true
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user