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@openembedded.org>
Thu, 23 Oct 2008 18:08:57 +0000 (20:08 +0200)
git-svn-id: https://svn.o-hand.com/repos/poky@4749 311d38ba-8fff-0310-9ca6-ca027cbcb966

classes/rootfs_deb.bbclass

index 3a69b82..1b93767 100644 (file)
@@ -25,7 +25,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