Andrew Geissler | 6ce62a2 | 2020-11-30 19:58:47 -0600 | [diff] [blame] | 1 | DESCRIPTION = "The Vulkan Samples is collection of resources to help develop optimized Vulkan applications." |
| 2 | LICENSE = "Apache-2.0" |
| 3 | |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=48aa35cefb768436223a6e7f18dc2a2a" |
| 5 | |
| 6 | SRC_URI = "gitsm://github.com/KhronosGroup/Vulkan-Samples.git \ |
| 7 | file://0001-CMakeLists.txt-do-not-hardcode-lib-as-installation-t.patch \ |
| 8 | file://0001-support-link-against-libatomic-if-no-built-in-atomic.patch \ |
| 9 | " |
| 10 | |
| 11 | UPSTREAM_CHECK_COMMITS = "1" |
| 12 | SRCREV = "f52361d3cd6ac8c30fc3365a464b4e220c32cfd6" |
| 13 | |
| 14 | UPSTREAM_CHECK_GITTAGREGEX = "These are not the releases you're looking for" |
| 15 | S = "${WORKDIR}/git" |
| 16 | |
| 17 | REQUIRED_DISTRO_FEATURES = 'vulkan' |
| 18 | |
| 19 | inherit cmake features_check |
| 20 | |
| 21 | FILES_${PN} += "${datadir}" |