summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/gmmlib/gmmlib_18.4.1.bb
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2019-02-04 14:44:01 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2019-02-15 04:08:08 +0800
commit81f6b722035400afd7639a63130c51bf5cd757c5 (patch)
tree60798ca9114f5e95055f6166de5db8b2b0d7f4be /recipes-graphics/gmmlib/gmmlib_18.4.1.bb
parent29e4db5bf484f18e41bc9123161b1c069e60a128 (diff)
downloadmeta-intel-81f6b722035400afd7639a63130c51bf5cd757c5.tar.gz
gmmlib: upgrade 18.3.0 -> 18.4.1
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'recipes-graphics/gmmlib/gmmlib_18.4.1.bb')
-rw-r--r--recipes-graphics/gmmlib/gmmlib_18.4.1.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/recipes-graphics/gmmlib/gmmlib_18.4.1.bb b/recipes-graphics/gmmlib/gmmlib_18.4.1.bb
new file mode 100644
index 00000000..ad2d11af
--- /dev/null
+++ b/recipes-graphics/gmmlib/gmmlib_18.4.1.bb
@@ -0,0 +1,21 @@
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 = "413896ed8e7ead3dd1c0fea9a4fe7f8326b7b9ff"
14
15S = "${WORKDIR}/git"
16
17UPSTREAM_CHECK_GITTAGREGEX = "^intel-gmmlib-(?P<pver>(\d+(\.\d+)+))$"
18
19inherit pkgconfig cmake
20
21EXTRA_OECMAKE += "-DRUN_TEST_SUITE=OFF"