aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/meta/package-index.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/meta/package-index.bb')
-rw-r--r--recipes/meta/package-index.bb6
1 files changed, 1 insertions, 5 deletions
diff --git a/recipes/meta/package-index.bb b/recipes/meta/package-index.bb
index f52fb6c72b..ce8b999e16 100644
--- a/recipes/meta/package-index.bb
+++ b/recipes/meta/package-index.bb
@@ -23,8 +23,4 @@ do_stage() {
do_build[nostamp] = "1"
do_build[dirs] = "${DEPLOY_DIR_IPK}"
-do_build() {
- set -ex
- package_update_index_ipk
- set +ex
-}
+addtask package_update_index_ipk before do_build