summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/gmmlib/gmmlib_22.1.2.bb
diff options
context:
space:
mode:
authorLim Siew Hoon <siew.hoon.lim@intel.com>2022-05-17 16:50:45 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2022-05-19 10:44:53 +0800
commitdd16e1bfc1617dde33c2813c68115ad67328fd10 (patch)
treeb0274ed946a4787d8a4e482b551b589fc0cacdd8 /recipes-graphics/gmmlib/gmmlib_22.1.2.bb
parentbc8899d6c0321ab6e6b5738708b12442bd03f470 (diff)
downloadmeta-intel-dd16e1bfc1617dde33c2813c68115ad67328fd10.tar.gz
gmmlib: upgrade 22.0.3 -> 22.1.2
Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> (cherry picked from commit 315e6d3f14552ffcc825f275f2709447ff638cab) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'recipes-graphics/gmmlib/gmmlib_22.1.2.bb')
-rw-r--r--recipes-graphics/gmmlib/gmmlib_22.1.2.bb25
1 files changed, 25 insertions, 0 deletions
diff --git a/recipes-graphics/gmmlib/gmmlib_22.1.2.bb b/recipes-graphics/gmmlib/gmmlib_22.1.2.bb
new file mode 100644
index 00000000..0fd9c326
--- /dev/null
+++ b/recipes-graphics/gmmlib/gmmlib_22.1.2.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 = "29152fc6d39f87983b176664f225d42af039f716"
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"