mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 21:49:33 +02:00
package-index: regenerate indexes for all ipk dirs (sync with OE)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2985 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -1,8 +1,5 @@
|
|||||||
DESCRIPTION = "Rebuild the package index"
|
DESCRIPTION = "Rebuild the package index"
|
||||||
LICENSE = "MIT"
|
LICENSE = "MIT"
|
||||||
PR = "r0"
|
|
||||||
|
|
||||||
DEPENDS = "ipkg-native"
|
|
||||||
|
|
||||||
INHIBIT_DEFAULT_DEPS = "1"
|
INHIBIT_DEFAULT_DEPS = "1"
|
||||||
ALLOW_EMPTY = "1"
|
ALLOW_EMPTY = "1"
|
||||||
@@ -27,7 +24,6 @@ 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
|
package_update_index_ipk
|
||||||
ipkg-make-index -r Packages -p Packages -l Packages.filelist -m .
|
|
||||||
set +ex
|
set +ex
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user