mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-13 22:05:27 +01:00
conf/version-check.conf: skip version check for glslang
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 <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
374949c531
commit
7a14123a66
|
|
@ -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}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user