From 366861210445d2680f19df3c7e3274fecb6c6a5b Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Mon, 7 Mar 2022 10:12:32 +0800 Subject: gmmlib: upgrade 22.0.1 -> 22.0.3 Signed-off-by: Anuj Mittal --- recipes-graphics/gmmlib/gmmlib_22.0.3.bb | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 recipes-graphics/gmmlib/gmmlib_22.0.3.bb (limited to 'recipes-graphics/gmmlib/gmmlib_22.0.3.bb') diff --git a/recipes-graphics/gmmlib/gmmlib_22.0.3.bb b/recipes-graphics/gmmlib/gmmlib_22.0.3.bb new file mode 100644 index 00000000..d1e0c411 --- /dev/null +++ b/recipes-graphics/gmmlib/gmmlib_22.0.3.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;branch=master \ + " + +SRCREV = "8dcebfefaaacff0cbc262fe050b2b0fd060898d0" + +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