blob: e767619879ad7f2249faf6fae9c1c94653aaf0cb [file] [log] [blame]
Brad Bishop6e60e8b2018-02-01 10:27:11 -05001LICENSE = "CLOSED"
2INHIBIT_DEFAULT_DEPS = "1"
3
4SRC_URI = "file://file1 \
5 file://file2"
6
Andrew Geissler517393d2023-01-13 08:55:19 -06007SRC_URI:append:class-native = " file://file3"
8
Brad Bishop6e60e8b2018-02-01 10:27:11 -05009EXCLUDE_FROM_WORLD = "1"
Andrew Geissler517393d2023-01-13 08:55:19 -060010BBCLASSEXTEND = "native"