summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/gmmlib/gmmlib_20.2.5.bb
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2020-08-25 11:36:55 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2020-08-25 11:36:55 +0800
commit2a8071ac29b58b34edbb3156cb8f7c187d17ec30 (patch)
treec122d2f09622a6e236ec78acc547cd42d3df1316 /recipes-graphics/gmmlib/gmmlib_20.2.5.bb
parent28b91eb41f8f0604dc40b580faa7d026fc8c2b8c (diff)
downloadmeta-intel-2a8071ac29b58b34edbb3156cb8f7c187d17ec30.tar.gz
gmmlib: upgrade 20.2.3 -> 20.2.5
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'recipes-graphics/gmmlib/gmmlib_20.2.5.bb')
-rw-r--r--recipes-graphics/gmmlib/gmmlib_20.2.5.bb25
1 files changed, 25 insertions, 0 deletions
diff --git a/recipes-graphics/gmmlib/gmmlib_20.2.5.bb b/recipes-graphics/gmmlib/gmmlib_20.2.5.bb
new file mode 100644
index 00000000..e65ac09e
--- /dev/null
+++ b/recipes-graphics/gmmlib/gmmlib_20.2.5.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=d9a6e772cd4c362ee4c8ef87c5aad843"
8
9SRC_URI = " \
10 git://github.com/intel/gmmlib.git;protocol=https \
11 "
12
13SRCREV = "c1b7e077b5b0b6b97057562aaec574f0da97b37b"
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"