summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/gmmlib/gmmlib_22.0.1.bb
diff options
context:
space:
mode:
authorLim Siew Hoon <siew.hoon.lim@intel.com>2022-02-11 10:24:39 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2022-02-11 12:50:06 +0800
commitee9574a26178e7136ee95667729f2ea445706ae0 (patch)
tree4fa45d8d4b7dd0a36a94fdd50ce203beb1ec2440 /recipes-graphics/gmmlib/gmmlib_22.0.1.bb
parent7bcff11829cf1392d9683ad454499a9fff151035 (diff)
downloadmeta-intel-ee9574a26178e7136ee95667729f2ea445706ae0.tar.gz
gmmlib: upgrade 21.3.1 -> 22.0.1
Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'recipes-graphics/gmmlib/gmmlib_22.0.1.bb')
-rw-r--r--recipes-graphics/gmmlib/gmmlib_22.0.1.bb25
1 files changed, 25 insertions, 0 deletions
diff --git a/recipes-graphics/gmmlib/gmmlib_22.0.1.bb b/recipes-graphics/gmmlib/gmmlib_22.0.1.bb
new file mode 100644
index 00000000..e00042ed
--- /dev/null
+++ b/recipes-graphics/gmmlib/gmmlib_22.0.1.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 = "879c22e4e76e7b502901ad4a22c41263580038a3"
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"