diff options
author | Richard Purdie <richard@openedhand.com> | 2008-05-20 10:08:34 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-05-20 10:08:34 +0000 |
commit | 8b600697063be023882333d866e20ba8fac8dc81 (patch) | |
tree | 7d2c255f54a24b72e8a727ec215e492da0a6530e /meta | |
parent | d35f304c2a0d0edb6fba39e3b42aa9d80deb313c (diff) | |
download | poky-8b600697063be023882333d866e20ba8fac8dc81.tar.gz |
rootfs_deb: Export OPKG_OFFLINE_ROOT for update-alternatives fixing dpkg rootfs generation
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4506 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r-- | meta/classes/rootfs_deb.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/rootfs_deb.bbclass b/meta/classes/rootfs_deb.bbclass index be54825645..358658fb6b 100644 --- a/meta/classes/rootfs_deb.bbclass +++ b/meta/classes/rootfs_deb.bbclass | |||
@@ -46,6 +46,7 @@ fakeroot rootfs_deb_do_rootfs () { | |||
46 | export D=${IMAGE_ROOTFS} | 46 | export D=${IMAGE_ROOTFS} |
47 | export OFFLINE_ROOT=${IMAGE_ROOTFS} | 47 | export OFFLINE_ROOT=${IMAGE_ROOTFS} |
48 | export IPKG_OFFLINE_ROOT=${IMAGE_ROOTFS} | 48 | export IPKG_OFFLINE_ROOT=${IMAGE_ROOTFS} |
49 | export OPKG_OFFLINE_ROOT=${IMAGE_ROOTFS} | ||
49 | 50 | ||
50 | mkdir -p ${IMAGE_ROOTFS}/var/lib/dpkg/alternatives | 51 | mkdir -p ${IMAGE_ROOTFS}/var/lib/dpkg/alternatives |
51 | 52 | ||