mirror of
https://git.yoctoproject.org/poky
synced 2026-07-17 04:07:06 +00:00
rootfs_ipk.bbclass, package-index: With the fixed ipkg-utils there is no need to remove the old Packages file when regenerating the Packages index. This gives a big speed improvement when regenerating images as it doesn't have to open every ipk for its metadata.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@545 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -27,8 +27,6 @@ do_build[nostamp] = 1
|
||||
do_build[dirs] = "${DEPLOY_DIR_IPK}"
|
||||
do_build() {
|
||||
set -ex
|
||||
rm -f Packages
|
||||
touch Packages
|
||||
ipkg-make-index -r Packages -p Packages -l Packages.filelist -m .
|
||||
set +ex
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user