Files
meta-openembedded/meta-oe/recipes-graphics/spir/spirv-shader-generator_git.bb
T
Alper Ak 11ca3877b0 spirv-shader-generator: Add patch for CMake 4+ compatibility
Fix:

| CMake Error at CMakeLists.txt:22 (cmake_minimum_required):
|   Compatibility with CMake < 3.5 has been removed from CMake.
|
|   Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
|   to tell CMake that the project requires at least <min> but has been updated
|   to work with policies introduced by <max> or earlier.
|
|   Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.
|
|
| -- Configuring incomplete, errors occurred!

Signed-off-by: Alper Ak <alperyasinak1@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-07-09 09:16:07 -07:00

16 lines
514 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 = "f09ba2777714871bddb70d049878af34b94fa54d"
SRC_URI = "git://github.com/KhronosGroup/SPIRV-Cross.git;branch=master;protocol=https \
file://0001-allow-build-with-cmake-4.patch"
inherit cmake pkgconfig
EXTRA_OECMAKE = "-DSPIRV_CROSS_SHARED=ON"
FILES:${PN} += "${datadir}"