1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00: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:
Marcin Juszkiewicz
2008-07-02 07:45:51 +00:00
parent 7344690627
commit 4a38dabbbf
+1 -1
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
}