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

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

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

S = "${WORKDIR}/sources"
UNPACKDIR = "${S}"

EXCLUDE_FROM_WORLD = "1"
BBCLASSEXTEND = "native"