]> code.ossystems Code Review - openembedded-core.git/commitdiff
package-index: regenerate indexes for all ipk dirs (sync with OE)
authorMarcin Juszkiewicz <hrw@openedhand.com>
Thu, 25 Oct 2007 19:07:38 +0000 (19:07 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Thu, 25 Oct 2007 19:07:38 +0000 (19:07 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2985 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/meta/package-index.bb

index eebc4efcc78bd19718383b298d25c407a7611a5d..3d7d5f2839681bba53c70ff21d0b1de569bbb020 100644 (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
 }