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:
Marcin Juszkiewicz 2008-07-02 07:45:51 +00:00
parent 7344690627
commit 4a38dabbbf
1 changed files with 1 additions and 1 deletions

View File

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