blob: 5ae56ec07626b457e61574be266d9d2fcb2ef95e [file] [log] [blame]
Andrew Geissler82c905d2020-04-13 13:39:40 -05001SUMMARY = "Vulkan Header files and API registry"
Andrew Geissler90fd73c2021-03-05 15:25:55 -06002DESCRIPTION = "Vulkan is a 3D graphics and compute API providing cross-platform access \
3to modern GPUs with low overhead and targeting realtime graphics applications such as \
4games and interactive media. This package contains the development headers \
5for packages wanting to make use of Vulkan."
Andrew Geissler82c905d2020-04-13 13:39:40 -05006HOMEPAGE = "https://www.khronos.org/vulkan/"
7BUGTRACKER = "https://github.com/KhronosGroup/Vulkan-Headers"
8SECTION = "libs"
9
10LICENSE = "Apache-2.0"
11LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
Andrew Geisslerd25ed322020-06-27 00:28:28 -050012SRC_URI = "git://github.com/KhronosGroup/Vulkan-Headers.git;branch=master"
Andrew Geissler82c905d2020-04-13 13:39:40 -050013
Andrew Geissler5f350902021-07-23 13:09:54 -040014SRCREV = "37164a5726f7e6113810f9557903a117498421cf"
Andrew Geissler82c905d2020-04-13 13:39:40 -050015
16S = "${WORKDIR}/git"
17
18inherit cmake
19
Patrick Williams213cb262021-08-07 19:21:33 -050020FILES:${PN} += "${datadir}/vulkan"
Andrew Geissler82c905d2020-04-13 13:39:40 -050021
22UPSTREAM_CHECK_GITTAGREGEX = "sdk-(?P<pver>\d+(\.\d+)+)"