1
0
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:
Richard Purdie
2008-11-04 17:34:45 +00:00
parent dc0f956433
commit e0dab8bda5

View File

@@ -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
}