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
1 changed files with 1 additions and 2 deletions

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
}