mirror of
https://git.yoctoproject.org/poky
synced 2026-09-20 03:49:32 +02: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[dirs] = "${DEPLOY_DIR_IPK}"
|
||||||
do_build() {
|
do_build() {
|
||||||
set -ex
|
set -ex
|
||||||
|
touch Packages
|
||||||
ipkg-make-index -r Packages -p Packages -l Packages.filelist -m .
|
ipkg-make-index -r Packages -p Packages -l Packages.filelist -m .
|
||||||
set +ex
|
set +ex
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user