summaryrefslogtreecommitdiff
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.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/meta/package-index.bb b/recipes/meta/package-index.bb
index ce8b999e16..335970df83 100644
--- a/recipes/meta/package-index.bb
+++ b/recipes/meta/package-index.bb
@@ -2,6 +2,8 @@ DESCRIPTION = "Rebuild the package index"
LICENSE = "MIT"
DEPENDS = "ipkg-utils-native"
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
INHIBIT_DEFAULT_DEPS = "1"
ALLOW_EMPTY = "1"
PACKAGES = ""
@@ -18,8 +20,6 @@ do_compile() {
}
do_install() {
}
-do_stage() {
-}
do_build[nostamp] = "1"
do_build[dirs] = "${DEPLOY_DIR_IPK}"