mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
package-index: Make sure the Packages file exists before running ipkg-make-index
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@558 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -27,6 +27,7 @@ do_build[nostamp] = 1
|
||||
do_build[dirs] = "${DEPLOY_DIR_IPK}"
|
||||
do_build() {
|
||||
set -ex
|
||||
touch Packages
|
||||
ipkg-make-index -r Packages -p Packages -l Packages.filelist -m .
|
||||
set +ex
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user