glslang_8.13.3743.bb 832 B

1234567891011121314151617181920
  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. SRCREV = "e05cc20ec20a154d94256c744a3837c23719c0f9"
  11. SRC_URI = "git://github.com/KhronosGroup/glslang.git;protocol=https"
  12. UPSTREAM_CHECK_GITTAGREGEX = "^(?P<pver>\d+(\.\d+)+)$"
  13. S = "${WORKDIR}/git"
  14. PV = "8.13.3743+git${SRCPV}"
  15. inherit cmake python3native
  16. BBCLASSEXTEND = "native nativesdk"