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

git at git.openembedded.org git at git.openembedded.org
Thu Mar 1 22:14:58 UTC 2018


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

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

commit 4889704fed9ec205eb964b9e8ee7ff384e5c741d
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