mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user