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

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

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

EXCLUDE_FROM_WORLD = "1"
BBCLASSEXTEND = "native"