aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2018-02-28 11:22:37 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-03-01 22:09:18 +0000
commit4889704fed9ec205eb964b9e8ee7ff384e5c741d (patch)
tree6b73543944d5063cb8cc921bde33f9e504178566
parentcc68971557fe065e59ff47657f650051eb85db3c (diff)
downloadopenembedded-core-contrib-4889704fed9ec205eb964b9e8ee7ff384e5c741d.tar.gz
meta-world-pkgdata: This recipe is machine specific, mark as such
The recipe depends on many machine specific tasks and should be marked as machine specific itself. This fixes signature tests after some dependency issues were fixed at the bitbake level which exposed that issue. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-core/meta/meta-world-pkgdata.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-core/meta/meta-world-pkgdata.bb b/meta/recipes-core/meta/meta-world-pkgdata.bb
index 02abd8aff6..b299861375 100644
--- a/meta/recipes-core/meta/meta-world-pkgdata.bb
+++ b/meta/recipes-core/meta/meta-world-pkgdata.bb
@@ -3,6 +3,8 @@ LICENSE = "MIT"
INHIBIT_DEFAULT_DEPS = "1"
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
addtask do_allpackagedata before do_build
do_allpackagedata() {
: