mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 03:32:13 +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"
|
||||
LICENSE = "MIT"
|
||||
PR = "r0"
|
||||
|
||||
DEPENDS = "ipkg-native"
|
||||
|
||||
INHIBIT_DEFAULT_DEPS = "1"
|
||||
ALLOW_EMPTY = "1"
|
||||
@@ -27,7 +24,6 @@ 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 .
|
||||
package_update_index_ipk
|
||||
set +ex
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user