mirror of
https://git.yoctoproject.org/poky
synced 2026-06-03 13:49:49 +00:00
classes/ptest: do not set EXCLUDE_FROM_WORLD
Various normal recipes that we expect to build during a world build now inherit this class; it cannot therefore set EXCLUDE_FROM_WORLD. (From OE-Core rev: 80f29b04b1d0a9357f193085224ccf2bf8f530fa) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
72d0504574
commit
52a3c78719
@@ -1,7 +1,3 @@
|
|||||||
# Ptest packages are built indirectly by a distro_feature,
|
|
||||||
# no need for them to be a direct target of 'world'
|
|
||||||
EXCLUDE_FROM_WORLD = "1"
|
|
||||||
|
|
||||||
SUMMARY_${PN}-ptest ?= "${SUMMARY} - Package test files"
|
SUMMARY_${PN}-ptest ?= "${SUMMARY} - Package test files"
|
||||||
DESCRIPTION_${PN}-ptest ?= "${DESCRIPTION} \
|
DESCRIPTION_${PN}-ptest ?= "${DESCRIPTION} \
|
||||||
This package contains a test directory ${PTEST_PATH} for package test purposes."
|
This package contains a test directory ${PTEST_PATH} for package test purposes."
|
||||||
|
|||||||
Reference in New Issue
Block a user