]> code.ossystems Code Review - openembedded-core.git/commitdiff
rootfs_deb: Export OPKG_OFFLINE_ROOT for update-alternatives fixing dpkg rootfs gener...
authorRichard Purdie <richard@openedhand.com>
Tue, 20 May 2008 10:08:34 +0000 (10:08 +0000)
committerRichard Purdie <richard@openedhand.com>
Tue, 20 May 2008 10:08:34 +0000 (10:08 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4506 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/classes/rootfs_deb.bbclass

index be54825645c8d1da5150bb5be28ea10394ba31ae..358658fb6b946a440331f17610d1dbe6dcddfbd1 100644 (file)
@@ -46,6 +46,7 @@ fakeroot rootfs_deb_do_rootfs () {
        export D=${IMAGE_ROOTFS}
        export OFFLINE_ROOT=${IMAGE_ROOTFS}
        export IPKG_OFFLINE_ROOT=${IMAGE_ROOTFS}
+       export OPKG_OFFLINE_ROOT=${IMAGE_ROOTFS}
 
        mkdir -p ${IMAGE_ROOTFS}/var/lib/dpkg/alternatives