rootfs_deb: use dpkg-scanpackages as our apt-native does not have apt-ftparchive anymore

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4749 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz 2008-06-30 13:33:03 +00:00
parent c12a908c3f
commit 47885dcd33
1 changed files with 1 additions and 1 deletions

View 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