mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-05 05:04:44 +02:00
selftest/license: Exclude from world
These test recipes shouldn't be built as part of world builds. Some recent changes are exposing issues from this so exclude them. (From OE-Core rev: 82ac6a3f22c3aec03d3ba162c67754bbf28fd0ba) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 80d3f5586cd060ae69fbc6dec2e8978d87da10ba) Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
parent
6b072b62e9
commit
73c8c22708
|
@ -1,3 +1,5 @@
|
|||
SUMMARY = "Recipe with an alias of an SPDX license"
|
||||
DESCRIPTION = "Is licensed with an alias of an SPDX license to be used for testing"
|
||||
LICENSE = "GPLv3"
|
||||
|
||||
EXCLUDE_FROM_WORLD = "1"
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
SUMMARY = "Recipe with an SPDX license"
|
||||
DESCRIPTION = "Is licensed with an SPDX license to be used for testing"
|
||||
LICENSE = "GPL-3.0-only"
|
||||
|
||||
EXCLUDE_FROM_WORLD = "1"
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
SUMMARY = "Recipe with multiple SPDX licenses"
|
||||
DESCRIPTION = "Is licensed with multiple SPDX licenses to be used for testing"
|
||||
LICENSE = "GPL-2.0-only & GPL-3.0-only & LGPL-3.0-only"
|
||||
|
||||
EXCLUDE_FROM_WORLD = "1"
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
SUMMARY = "Recipe with a non-SPDX license"
|
||||
DESCRIPTION = "Is licensed with a non-SPDX license to be used for testing"
|
||||
LICENSE = "FooLicense"
|
||||
|
||||
EXCLUDE_FROM_WORLD = "1"
|
||||
|
|
Loading…
Reference in New Issue
Block a user