mirror of
https://git.yoctoproject.org/poky
synced 2026-04-19 06:32:13 +02:00
packaged-staging.bbclass: force symlinking as ipkg->opkg link can be present
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4758 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -160,7 +160,7 @@ staging_helper () {
|
||||
fi
|
||||
if [ ! -e ${TMPDIR}${layout_libdir}/ipkg/ ]; then
|
||||
cd ${TMPDIR}${layout_libdir}/
|
||||
ln -s opkg/ ipkg
|
||||
ln -sf opkg/ ipkg
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user