mirror of
git://git.yoctoproject.org/poky
synced 2026-08-14 22:46:42 +00:00
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>
This commit is contained in:
parent
80feb637a4
commit
4604ab6198
@ -3,6 +3,8 @@ LICENSE = "MIT"
|
||||
|
||||
INHIBIT_DEFAULT_DEPS = "1"
|
||||
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
|
||||
addtask do_allpackagedata before do_build
|
||||
do_allpackagedata() {
|
||||
:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user