summaryrefslogtreecommitdiffstats
path: root/meta-selftest/recipes-test/devtool/devtool-test-localonly.bb
blob: 54463fed98cca87bc13d46be559018a99fe7709f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
LICENSE = "CLOSED"
INHIBIT_DEFAULT_DEPS = "1"

SRC_URI = "file://file1 \
           file://file2"

SRC_URI:append:class-native = " file://file3"

S = "${UNPACKDIR}"

EXCLUDE_FROM_WORLD = "1"
BBCLASSEXTEND = "native"