mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
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>
15 lines
480 B
BlitzBasic
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}"
|