summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/gmmlib/gmmlib_22.0.3.bb
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2022-03-07 10:12:32 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2022-03-07 13:44:29 +0800
commit366861210445d2680f19df3c7e3274fecb6c6a5b (patch)
tree2ca8d88ddc638dc8cae609135bf9e2b748713dab /recipes-graphics/gmmlib/gmmlib_22.0.3.bb
parent4206f6f5cdb109c3bc879b5b9103311c0cc7c6bf (diff)
downloadmeta-intel-366861210445d2680f19df3c7e3274fecb6c6a5b.tar.gz
gmmlib: upgrade 22.0.1 -> 22.0.3
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'recipes-graphics/gmmlib/gmmlib_22.0.3.bb')
-rw-r--r--recipes-graphics/gmmlib/gmmlib_22.0.3.bb25
1 files changed, 25 insertions, 0 deletions
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 @@
1SUMMARY = "Intel(R) Graphics Memory Management Library"
2DESCRIPTION = "The Intel(R) Graphics Memory Management Library provides \
3device specific and buffer management for the Intel(R) Graphics \
4Compute Runtime for OpenCL(TM) and the Intel(R) Media Driver for VAAPI."
5
6LICENSE = "MIT"
7LIC_FILES_CHKSUM = "file://LICENSE.md;md5=465fe90caea3edd6a2cecb3f0c28a654"
8
9SRC_URI = " \
10 git://github.com/intel/gmmlib.git;protocol=https;branch=master \
11 "
12
13SRCREV = "8dcebfefaaacff0cbc262fe050b2b0fd060898d0"
14
15S = "${WORKDIR}/git"
16
17COMPATIBLE_HOST:x86-x32 = "null"
18
19UPSTREAM_CHECK_GITTAGREGEX = "^intel-gmmlib-(?P<pver>(\d+(\.\d+)+))$"
20
21inherit pkgconfig cmake
22
23EXTRA_OECMAKE += "-DRUN_TEST_SUITE=OFF"
24
25BBCLASSEXTEND = "native nativesdk"