mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +02:00

These recipes should be excluded from target 'world' because these are just intended to be used internally by oe-selftest (devtool, recipetool, etc.) (From OE-Core rev: 4868bc94b8c4ebcf427ea6d321332d8b8fe6ce4a) Signed-off-by: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 lines
187 B
BlitzBasic
10 lines
187 B
BlitzBasic
LICENSE = "CLOSED"
|
|
INHIBIT_DEFAULT_DEPS = "1"
|
|
|
|
SRC_URI = "file://devtool-test-subdir.tar.gz \
|
|
file://testfile;subdir=${BPN}"
|
|
|
|
S = "${WORKDIR}/${BPN}"
|
|
|
|
EXCLUDE_FROM_WORLD = "1"
|