xref: /OK3568_Linux_fs/yocto/poky/meta-selftest/recipes-test/devtool/devtool-test-localonly.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1LICENSE = "CLOSED"
2INHIBIT_DEFAULT_DEPS = "1"
3
4SRC_URI = "file://file1 \
5           file://file2"
6
7SRC_URI:append:class-native = " file://file3"
8
9EXCLUDE_FROM_WORLD = "1"
10BBCLASSEXTEND = "native"
11