diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-10-25 19:07:38 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-10-25 19:07:38 +0000 |
commit | 6efadbc9bd0dbca189298624a8c43744487aa98b (patch) | |
tree | d5bf7795b4b08fe128033bee1302834a875b3f07 /meta | |
parent | 2f841db1767a39f603278f9d507de06437683681 (diff) | |
download | poky-6efadbc9bd0dbca189298624a8c43744487aa98b.tar.gz |
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
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/meta/package-index.bb | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/meta/packages/meta/package-index.bb b/meta/packages/meta/package-index.bb index eebc4efcc7..3d7d5f2839 100644 --- a/meta/packages/meta/package-index.bb +++ b/meta/packages/meta/package-index.bb | |||
@@ -1,8 +1,5 @@ | |||
1 | DESCRIPTION = "Rebuild the package index" | 1 | DESCRIPTION = "Rebuild the package index" |
2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
3 | PR = "r0" | ||
4 | |||
5 | DEPENDS = "ipkg-native" | ||
6 | 3 | ||
7 | INHIBIT_DEFAULT_DEPS = "1" | 4 | INHIBIT_DEFAULT_DEPS = "1" |
8 | ALLOW_EMPTY = "1" | 5 | ALLOW_EMPTY = "1" |
@@ -27,7 +24,6 @@ do_build[nostamp] = "1" | |||
27 | do_build[dirs] = "${DEPLOY_DIR_IPK}" | 24 | do_build[dirs] = "${DEPLOY_DIR_IPK}" |
28 | do_build() { | 25 | do_build() { |
29 | set -ex | 26 | set -ex |
30 | touch Packages | 27 | package_update_index_ipk |
31 | ipkg-make-index -r Packages -p Packages -l Packages.filelist -m . | ||
32 | set +ex | 28 | set +ex |
33 | } | 29 | } |