mirror of
https://git.yoctoproject.org/poky
synced 2026-04-27 12:32:13 +02:00
The upstream branch was deleted but the commit is in master so reference that instead. (From OE-Core rev: 4e0f64cba6e9d3ef4837460c9a6b506c33344012) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
20 lines
621 B
BlitzBasic
20 lines
621 B
BlitzBasic
SUMMARY = "Vulkan Header files and API registry"
|
|
HOMEPAGE = "https://www.khronos.org/vulkan/"
|
|
BUGTRACKER = "https://github.com/KhronosGroup/Vulkan-Headers"
|
|
SECTION = "libs"
|
|
|
|
LICENSE = "Apache-2.0"
|
|
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
|
|
# was sdk-1.2.135 branch but it was removed upstream, commit is in master branch though
|
|
SRC_URI = "git://github.com/KhronosGroup/Vulkan-Headers.git;branch=master"
|
|
|
|
SRCREV = "fb7f9c9bcd1d1544ea203a1f3d4253d0e90c5a90"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit cmake
|
|
|
|
FILES_${PN} += "${datadir}/vulkan"
|
|
|
|
UPSTREAM_CHECK_GITTAGREGEX = "sdk-(?P<pver>\d+(\.\d+)+)"
|