mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 21:32:12 +02:00
glslang: bump to a newer commit
This is needed to support the latest release of shaderc. (From OE-Core rev: 1a55c32875f6ab324e05489c0f7c0816417a4dcf) 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
6f2d48512b
commit
ecb65340d9
@@ -8,11 +8,13 @@ HOMEPAGE = "https://www.khronos.org/opengles/sdk/tools/Reference-Compiler"
|
||||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=918e668376010a04448a312fb37ae69b"
|
||||
|
||||
SRCREV = "bcf6a2430e99e8fc24f9f266e99316905e6d5134"
|
||||
SRCREV = "e05cc20ec20a154d94256c744a3837c23719c0f9"
|
||||
SRC_URI = "git://github.com/KhronosGroup/glslang.git;protocol=https"
|
||||
UPSTREAM_CHECK_GITTAGREGEX = "^(?P<pver>\d+(\.\d+)+)$"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
PV = "8.13.3743+git${SRCPV}"
|
||||
|
||||
inherit cmake python3native
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
Reference in New Issue
Block a user