[oe-commits] Marcin Juszkiewicz : rootfs_deb: use dpkg-scanpackages as our apt-native does not have apt-ftparchive anymore (from Poky)

GIT User account git at amethyst.openembedded.net
Thu Oct 23 18:39:00 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 2af3d99d38873252db2a5a0a2c3d0a437f5a8a37
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=2af3d99d38873252db2a5a0a2c3d0a437f5a8a37

Author: Marcin Juszkiewicz <hrw at openedhand.com>
Date:   Mon Jun 30 13:33:03 2008 +0000

rootfs_deb: use dpkg-scanpackages as our apt-native does not have apt-ftparchive anymore (from Poky)

git-svn-id: https://svn.o-hand.com/repos/poky@4749 311d38ba-8fff-0310-9ca6-ca027cbcb966

---

 classes/rootfs_deb.bbclass |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/classes/rootfs_deb.bbclass b/classes/rootfs_deb.bbclass
index 3a69b82..1b93767 100644
--- a/classes/rootfs_deb.bbclass
+++ b/classes/rootfs_deb.bbclass
@@ -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





More information about the Openembedded-commits mailing list