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