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:
Marcin Juszkiewicz
2007-10-25 19:07:38 +00:00
parent 2f841db176
commit 6efadbc9bd

View File

@@ -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
}