]> code.ossystems Code Review - openembedded-core.git/commitdiff
rootfs_deb: use dpkg-scanpackages as our apt-native does not have apt-ftparchive...
authorMarcin Juszkiewicz <hrw@openedhand.com>
Mon, 30 Jun 2008 13:33:03 +0000 (13:33 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Mon, 30 Jun 2008 13:33:03 +0000 (13:33 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4749 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/classes/rootfs_deb.bbclass

index 1b1fa63e7717b091a6bca5e69f1875aeac9a9430..55d2b920b6e7ba211931ef869e2244ecadc18c8e 100644 (file)
@@ -28,7 +28,7 @@ fakeroot rootfs_deb_do_rootfs () {
                # if [ -z "${DEPLOY_KEEP_PACKAGES}" ]; then
                        rm -f Packages.gz Packages Packages.bz2
                # fi
-               apt-ftparchive packages . | bzip2 > Packages.bz2
+               dpkg-scanpackages . | bzip2 > Packages.bz2
                echo "Label: $arch" > Release
 
                echo "deb file:${DEPLOY_DIR_DEB}/$arch/ ./" >> ${STAGING_ETCDIR_NATIVE}/apt/sources.list.rev