From: Richard Purdie Date: Wed, 28 Feb 2018 11:22:37 +0000 (+0000) Subject: meta-world-pkgdata: This recipe is machine specific, mark as such X-Git-Tag: uninative-1.8~229 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=4889704fed9ec205eb964b9e8ee7ff384e5c741d;p=openembedded-core.git 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 --- 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() { :