aboutsummaryrefslogtreecommitdiffstats
path: root/meta-v1000/recipes-graphics/lunarg-sdk/glslang_git.bb
blob: 63e14c809305686b472ee17de7dcd7fb0cac85dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
SUMMARY = "An OpenGL and OpenGL ES shader front end and validator."
DESCRIPTION = "Glslang is the official reference compiler front end \
               for the OpenGL ES and OpenGL shading languages. It \
               implements a strict interpretation of the specifications \
               for these languages. It is open and free for anyone to use, \
               either from a command line or programmatically."
SECTION = "graphics"
HOMEPAGE = "https://www.khronos.org/opengles/sdk/tools/Reference-Compiler"

inherit cmake

LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://glslang/Include/Types.h;beginline=1;endline=36;md5=9dbd36d87d27a0c98a6f4d72afaa9cf8"

S = "${WORKDIR}/git"

SRCREV = "715c353a15836e5ae192a64a4cf54e2ce7e8d66a"
SRC_URI = "git://github.com/KhronosGroup/glslang \
           file://0002-spirv-do-not-install-conflicting-headers.patch"

FILES_${PN} += "${libdir}/*"

BBCLASSEXTEND = "native nativesdk"