meta-openembedded/meta-oe/recipes-graphics/spir/spirv-shader-generator_1.4.328.1.bb
Gyorgy Sarvari cd7850f2aa
spirv-shader-generator: update to 1.4.328.1
Update to latest tagged release - the recipe was using a 3 years old
commit, however the project is under active development.

Drop 0001-allow-build-with-cmake-4.patch patch, because it is included
in this version.

Also, correct the branch name, which was renamed from master to main.

Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-11-08 09:08:01 -08:00

15 lines
480 B
BlitzBasic

SUMMARY = "SPIRV-Cross is a tool designed for parsing and converting SPIR-V \
to other shader languages"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
SECTION = "graphics"
SRCREV = "7affe74d77f93a622bb5002789d5332d32e512ee"
SRC_URI = "git://github.com/KhronosGroup/SPIRV-Cross.git;branch=main;protocol=https;tag=vulkan-sdk-${PV}"
inherit cmake pkgconfig
EXTRA_OECMAKE = "-DSPIRV_CROSS_SHARED=ON"
FILES:${PN} += "${datadir}"