mirror of
https://git.yoctoproject.org/poky
synced 2026-03-20 14:19:42 +01:00
(From OE-Core rev: 7321cc17ae5483f17fe9cdffea7b62acd9d9c3a2) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 lines
189 B
BlitzBasic
10 lines
189 B
BlitzBasic
LICENSE = "CLOSED"
|
|
INHIBIT_DEFAULT_DEPS = "1"
|
|
|
|
SRC_URI = "file://devtool-test-subdir.tar.gz \
|
|
file://testfile;subdir=${BPN}"
|
|
|
|
S = "${UNPACKDIR}/${BPN}"
|
|
|
|
EXCLUDE_FROM_WORLD = "1"
|