From f260ec7bf876522fea981d2792019cc48f0fc373 Mon Sep 17 00:00:00 2001 From: Lim Siew Hoon Date: Sat, 3 Jul 2021 02:39:07 +0800 Subject: gmmlib: upgrade 21.1.1 -> 21.2.1 Signed-off-by: Lim Siew Hoon Signed-off-by: Anuj Mittal --- recipes-graphics/gmmlib/gmmlib_21.2.1.bb | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 recipes-graphics/gmmlib/gmmlib_21.2.1.bb (limited to 'recipes-graphics/gmmlib/gmmlib_21.2.1.bb') diff --git a/recipes-graphics/gmmlib/gmmlib_21.2.1.bb b/recipes-graphics/gmmlib/gmmlib_21.2.1.bb new file mode 100644 index 00000000..90700bc4 --- /dev/null +++ b/recipes-graphics/gmmlib/gmmlib_21.2.1.bb @@ -0,0 +1,25 @@ +SUMMARY = "Intel(R) Graphics Memory Management Library" +DESCRIPTION = "The Intel(R) Graphics Memory Management Library provides \ +device specific and buffer management for the Intel(R) Graphics \ +Compute Runtime for OpenCL(TM) and the Intel(R) Media Driver for VAAPI." + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE.md;md5=465fe90caea3edd6a2cecb3f0c28a654" + +SRC_URI = " \ + git://github.com/intel/gmmlib.git;protocol=https \ + " + +SRCREV = "9253eb8b949515d2a5030f99163a35567fe81838" + +S = "${WORKDIR}/git" + +COMPATIBLE_HOST_x86-x32 = "null" + +UPSTREAM_CHECK_GITTAGREGEX = "^intel-gmmlib-(?P(\d+(\.\d+)+))$" + +inherit pkgconfig cmake + +EXTRA_OECMAKE += "-DRUN_TEST_SUITE=OFF" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf