]> code.ossystems Code Review - openembedded-core.git/commitdiff
rootfs_ipk.bbclass: new update-alternatives script use OPKG_OFFLINE_ROOT (from OE)
authorMarcin Juszkiewicz <hrw@openedhand.com>
Thu, 20 Mar 2008 17:17:08 +0000 (17:17 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Thu, 20 Mar 2008 17:17:08 +0000 (17:17 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4108 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/classes/rootfs_ipk.bbclass

index ea60c03fc56a34e356f1a966216258e2ef4c6368..a27688a1acced012729abe41b5e5ebaff68bfa0e 100644 (file)
@@ -36,6 +36,8 @@ fakeroot rootfs_ipk_do_rootfs () {
        export D=${IMAGE_ROOTFS}
        export OFFLINE_ROOT=${IMAGE_ROOTFS}
        export IPKG_OFFLINE_ROOT=${IMAGE_ROOTFS}
+       export OPKG_OFFLINE_ROOT=${IPKG_OFFLINE_ROOT}
+
        mkdir -p ${IMAGE_ROOTFS}/etc/opkg/
        grep "^arch" ${IPKGCONF_TARGET} >${IMAGE_ROOTFS}/etc/opkg/arch.conf