summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/gmmlib/gmmlib_22.1.4.bb
diff options
context:
space:
mode:
authorLim Siew Hoon <siew.hoon.lim@intel.com>2022-07-20 11:18:33 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2022-07-20 12:48:34 +0800
commit6064de77fcaee9e4c2c81c2ec2e36346261f774e (patch)
tree544d8eb76501a891c3084877dc87a5ae824f84f5 /recipes-graphics/gmmlib/gmmlib_22.1.4.bb
parentde5851890f9a268621515193d2ad84f8359fbe24 (diff)
downloadmeta-intel-6064de77fcaee9e4c2c81c2ec2e36346261f774e.tar.gz
gmmlib: upgrade 22.1.2 -> 22.1.4
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.1.4.bb')
-rw-r--r--recipes-graphics/gmmlib/gmmlib_22.1.4.bb25
1 files changed, 25 insertions, 0 deletions
diff --git a/recipes-graphics/gmmlib/gmmlib_22.1.4.bb b/recipes-graphics/gmmlib/gmmlib_22.1.4.bb
new file mode 100644
index 00000000..85907549
--- /dev/null
+++ b/recipes-graphics/gmmlib/gmmlib_22.1.4.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 = "102bb47557e57e7e58d74769105270345ed43c9a"
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"