mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 18:32:12 +02:00
Create usr/lib/ipkg in the rootfs before putting symlinks in it
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2506 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -110,6 +110,7 @@ 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