mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 21:32:12 +02:00
glslang: fix upstream version check
(From OE-Core rev: 8bf099e40abfccdf57aa79e9ecd048f1fdb308f1) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
5cf7c8c8b6
commit
92e71b099a
@@ -10,6 +10,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=918e668376010a04448a312fb37ae69b"
|
||||
|
||||
SRCREV = "8db9eccc0baf30c9d22c496ab28db0fe1e4e97c5"
|
||||
SRC_URI = "git://github.com/KhronosGroup/glslang.git;protocol=https"
|
||||
UPSTREAM_CHECK_GITTAGREGEX = "^(?P<pver>\d+(\.\d+)+)$"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit cmake python3native
|
||||
|
||||
Reference in New Issue
Block a user