diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-02-28 11:22:37 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-03-01 22:13:56 +0000 |
commit | 4604ab6198ab409f6939e3964540883c7918b464 (patch) | |
tree | d92cd4f7989d536e0fa4c12e6916938aa85b5974 /meta | |
parent | 80feb637a451e67e1da5789910027e9f6f664f00 (diff) | |
download | poky-4604ab6198ab409f6939e3964540883c7918b464.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.
(From OE-Core rev: 4889704fed9ec205eb964b9e8ee7ff384e5c741d)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/meta/meta-world-pkgdata.bb | 2 |
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" | |||
3 | 3 | ||
4 | INHIBIT_DEFAULT_DEPS = "1" | 4 | INHIBIT_DEFAULT_DEPS = "1" |
5 | 5 | ||
6 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
7 | |||
6 | addtask do_allpackagedata before do_build | 8 | addtask do_allpackagedata before do_build |
7 | do_allpackagedata() { | 9 | do_allpackagedata() { |
8 | : | 10 | : |