blob: 2c4f4be5a230c37a8f5e8c3823cf967a8a98b9ea [file] [log] [blame]
Andrew Geissler6ce62a22020-11-30 19:58:47 -06001SUMMARY = "OpenGL / OpenGL ES Reference Compiler"
2DESCRIPTION = "Glslang is the official reference compiler front end for the \
3OpenGL ES and OpenGL shading languages. It implements a strict interpretation \
4of the specifications for these languages. It is open and free for anyone to use, \
5either from a command line or programmatically."
6SECTION = "graphics"
7HOMEPAGE = "https://www.khronos.org/opengles/sdk/tools/Reference-Compiler"
8LICENSE = "BSD-3-Clause"
9LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=918e668376010a04448a312fb37ae69b"
10
11SRCREV = "e05cc20ec20a154d94256c744a3837c23719c0f9"
12SRC_URI = "git://github.com/KhronosGroup/glslang.git;protocol=https"
13UPSTREAM_CHECK_GITTAGREGEX = "^(?P<pver>\d+(\.\d+)+)$"
14S = "${WORKDIR}/git"
15
16PV = "8.13.3743+git${SRCPV}"
17
18inherit cmake python3native
19
20BBCLASSEXTEND = "native nativesdk"