summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/gmmlib/gmmlib_22.2.0.bb
diff options
context:
space:
mode:
authorLim Siew Hoon <siew.hoon.lim@intel.com>2022-10-28 09:45:22 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2022-10-31 06:52:09 +0800
commit8b6e380c6194a476e6df81ee97ca182167c5cb9c (patch)
treed7699deafdafc9afeb7ea4d8276b03a8be79280a /recipes-graphics/gmmlib/gmmlib_22.2.0.bb
parent323fee2ce0efd8f3f152236d973b80f79eb3933a (diff)
downloadmeta-intel-8b6e380c6194a476e6df81ee97ca182167c5cb9c.tar.gz
gmmlib: upgrade 22.1.4 -> 22.2.0
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.2.0.bb')
-rw-r--r--recipes-graphics/gmmlib/gmmlib_22.2.0.bb25
1 files changed, 25 insertions, 0 deletions
diff --git a/recipes-graphics/gmmlib/gmmlib_22.2.0.bb b/recipes-graphics/gmmlib/gmmlib_22.2.0.bb
new file mode 100644
index 00000000..287e1113
--- /dev/null
+++ b/recipes-graphics/gmmlib/gmmlib_22.2.0.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 = "506c8e1bb50fa3f10c52ec01e545725df4f6af47"
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"