mirror of
https://git.yoctoproject.org/poky
synced 2026-02-07 09:16:36 +01:00
This recipe is for testing purposes and shouldn't be built in world builds, as it produces errors without being built in the selftest. (From OE-Core rev: 11fd33dfeea6606494cd0381986523566c03e2eb) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 lines
204 B
BlitzBasic
8 lines
204 B
BlitzBasic
include test_recipe.inc
|
|
|
|
# Set LICENSE to something so that bitbake -p that is ran at the beginning
|
|
# is successful since test_recipe.inc has not yet been modified.
|
|
LICENSE = ""
|
|
|
|
EXCLUDE_FROM_WORLD = "1"
|