]> code.ossystems Code Review - openembedded-core.git/commitdiff
meta-world-pkgdata: This recipe is machine specific, mark as such
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 28 Feb 2018 11:22:37 +0000 (11:22 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 1 Mar 2018 22:09:18 +0000 (22:09 +0000)
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>
meta/recipes-core/meta/meta-world-pkgdata.bb

index 02abd8aff6f7823ff4f2ac714ff6cd2d1285471c..b299861375c3c4f0f6d55a4444f2f9a7424533fb 100644 (file)
@@ -3,6 +3,8 @@ LICENSE = "MIT"
 
 INHIBIT_DEFAULT_DEPS = "1"
 
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
 addtask do_allpackagedata before do_build
 do_allpackagedata() {
        :