mirror of
git://git.yoctoproject.org/poky
synced 2026-08-11 17:36:23 +00:00
rootfs_deb.bbclass: Make sure alternatives path exists
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3119 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
parent
19c7b21fbc
commit
98bd2b0d60
@ -47,6 +47,8 @@ fakeroot rootfs_deb_do_rootfs () {
|
||||
export OFFLINE_ROOT=${IMAGE_ROOTFS}
|
||||
export IPKG_OFFLINE_ROOT=${IMAGE_ROOTFS}
|
||||
|
||||
mkdir -p ${IMAGE_ROOTFS}/var/lib/dpkg/alternatives
|
||||
|
||||
apt-get update
|
||||
|
||||
_flag () {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user