summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/gmmlib/gmmlib_20.2.3.bb
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2020-08-17 14:55:14 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2020-08-17 14:55:14 +0800
commit0244dfdc2f9ea98edd616fec3fa7d1f64cb37e3f (patch)
treecb52603242d614502778f609fcd7517c4c1c12a8 /recipes-graphics/gmmlib/gmmlib_20.2.3.bb
parentde071ac96bbf5435b994bac45f713dfbf15cc051 (diff)
downloadmeta-intel-0244dfdc2f9ea98edd616fec3fa7d1f64cb37e3f.tar.gz
gmmlib: upgrade 20.2.2 -> 20.2.3
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'recipes-graphics/gmmlib/gmmlib_20.2.3.bb')
-rw-r--r--recipes-graphics/gmmlib/gmmlib_20.2.3.bb25
1 files changed, 25 insertions, 0 deletions
diff --git a/recipes-graphics/gmmlib/gmmlib_20.2.3.bb b/recipes-graphics/gmmlib/gmmlib_20.2.3.bb
new file mode 100644
index 00000000..86f9aaba
--- /dev/null
+++ b/recipes-graphics/gmmlib/gmmlib_20.2.3.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 = "84096c42c8f696e621d0a76caa200a509c524e64"
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"