[oe-commits] [openembedded-core] 15/15: meta-world-pkgdata: This recipe is machine specific, mark as such

git at git.openembedded.org git at git.openembedded.org
Wed Feb 28 16:32:55 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit d16ac3a37849f36714341f4a017d05d191f0bedd
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Wed Feb 28 11:22:37 2018 +0000

    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 at linuxfoundation.org>
---
 meta/recipes-core/meta/meta-world-pkgdata.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-core/meta/meta-world-pkgdata.bb b/meta/recipes-core/meta/meta-world-pkgdata.bb
index 02abd8a..b299861 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() {
 	:

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list