There are two different types of tags in glslang git repo. One is the
release tag of the project itself: 15.2.0, 14.3.0, etc. The other tag is
for Vulkan SDK: vulkan-sdk-1.4.309, vulkan-sdk-1.4.304.1, etc.

The vulkan sdk tag is used for glslang in openembedded-core because it
needs to update in locksetup with vulkan, which leads to a mismatch
between the runtime version and the build version. Set CHECK_VERSION_PV
for it to skip the version check.

Signed-off-by: Yi Zhao <[email protected]>
---
 meta-oe/conf/version-check.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/conf/version-check.conf b/meta-oe/conf/version-check.conf
index 3ff0bccfd6..5ff4e80285 100644
--- a/meta-oe/conf/version-check.conf
+++ b/meta-oe/conf/version-check.conf
@@ -20,6 +20,7 @@ CHECK_VERSION_PV:pn-gnu-config = "%"
 CHECK_VERSION_PV:pn-sysvinit-inittab = "%"
 CHECK_VERSION_PV:pn-opkg-utils = "%"
 CHECK_VERSION_PV:pn-libedit = "${@d.getVar('PV').split('-')[1]}"
+CHECK_VERSION_PV:pn-glslang = "%"
 
 # meta-oe
 CHECK_VERSION_PV:pn-iozone3 = "3.${PV}"
-- 
2.34.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#122583): 
https://lists.openembedded.org/g/openembedded-devel/message/122583
Mute This Topic: https://lists.openembedded.org/mt/116726190/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to