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