summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/glslang
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2023-05-03 10:54:01 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-05-05 11:07:21 +0100
commit7484c71ca3a932bcb4c3679e25b0233c06be4404 (patch)
treeeb07f1a009996227e40a532df825f3d97ee371cf /meta/recipes-graphics/glslang
parent1a435cb3e6cf3450867f6a591c1e3ceb4918a97d (diff)
downloadopenembedded-core-contrib-7484c71ca3a932bcb4c3679e25b0233c06be4404.tar.gz
vulkan: add a comment explaining upstream version policy
Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/glslang')
-rw-r--r--meta/recipes-graphics/glslang/glslang_1.3.239.0.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-graphics/glslang/glslang_1.3.239.0.bb b/meta/recipes-graphics/glslang/glslang_1.3.239.0.bb
index 6bcde521e2..295a8fe190 100644
--- a/meta/recipes-graphics/glslang/glslang_1.3.239.0.bb
+++ b/meta/recipes-graphics/glslang/glslang_1.3.239.0.bb
@@ -13,6 +13,10 @@ SRC_URI = "git://github.com/KhronosGroup/glslang.git;protocol=https;branch=main
file://0001-generate-glslang-pkg-config.patch \
"
PE = "1"
+# These recipes need to be updated in lockstep with each other:
+# glslang, vulkan-headers, vulkan-loader, vulkan-tools, spirv-headers, spirv-tools
+# The tags versions should always be sdk-x.y.z, as this is what
+# upstream considers a release.
UPSTREAM_CHECK_GITTAGREGEX = "sdk-(?P<pver>\d+(\.\d+)+)"
S = "${WORKDIR}/git"