xref: /OK3568_Linux_fs/yocto/poky/meta-selftest/recipes-test/devtool/devtool-test-localonly.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593SmuzhiyunLICENSE = "CLOSED"
2*4882a593SmuzhiyunINHIBIT_DEFAULT_DEPS = "1"
3*4882a593Smuzhiyun
4*4882a593SmuzhiyunSRC_URI = "file://file1 \
5*4882a593Smuzhiyun           file://file2"
6*4882a593Smuzhiyun
7*4882a593SmuzhiyunSRC_URI:append:class-native = " file://file3"
8*4882a593Smuzhiyun
9*4882a593SmuzhiyunEXCLUDE_FROM_WORLD = "1"
10*4882a593SmuzhiyunBBCLASSEXTEND = "native"
11