mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
rootfs_deb.bbclass: Remove spurious mkdir, I needed this because my deploy/ was hosed
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2508 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -110,7 +110,6 @@ fakeroot rootfs_deb_do_rootfs () {
|
||||
rmdir ${IMAGE_ROOTFS}/usr/dpkg/alternatives
|
||||
fi
|
||||
ln -s /usr/lib/ipkg/alternatives ${IMAGE_ROOTFS}/usr/dpkg/alternatives
|
||||
mkdir ${IMAGE_ROOTFS}/usr/lib/ipkg
|
||||
ln -s /usr/dpkg/info ${IMAGE_ROOTFS}/usr/lib/ipkg/info
|
||||
ln -s /usr/dpkg/status ${IMAGE_ROOTFS}/usr/lib/ipkg/status
|
||||
|
||||
|
||||
Reference in New Issue
Block a user