aboutsummaryrefslogtreecommitdiffstats
path: root/meta-amd-bsp/recipes-devtools/glslang/glslang_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-amd-bsp/recipes-devtools/glslang/glslang_git.bb')
-rw-r--r--meta-amd-bsp/recipes-devtools/glslang/glslang_git.bb25
1 files changed, 0 insertions, 25 deletions
diff --git a/meta-amd-bsp/recipes-devtools/glslang/glslang_git.bb b/meta-amd-bsp/recipes-devtools/glslang/glslang_git.bb
deleted file mode 100644
index d27c998f..00000000
--- a/meta-amd-bsp/recipes-devtools/glslang/glslang_git.bb
+++ /dev/null
@@ -1,25 +0,0 @@
-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_r1000 = "2651ccaec8170b3257642b3c438f50dc4f181fdd"
-SRCREV_v1000 = "d509a5eec6f5a65b3ffdfa0a19096f338d2582be"
-
-SRC_URI = "git://github.com/KhronosGroup/glslang"
-SRC_URI_append_r1000 = " file://0002-spirv-do-not-install-conflicting-headers.patch"
-
-FILES_${PN} += "${libdir}/*"
-
-BBCLASSEXTEND = "native nativesdk"