summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/gmmlib/gmmlib_19.1.2.bb
diff options
context:
space:
mode:
authorNaveen Saini <naveen.kumar.saini@intel.com>2019-05-06 09:20:02 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2019-05-06 12:52:00 +0800
commit65e1ce563cf7bbae56c01524a0bac18884b6dd95 (patch)
tree1db8b6e04bb94e5e437cb6c538728e010ccde564 /recipes-graphics/gmmlib/gmmlib_19.1.2.bb
parent288835d26f5a057406bd384c54584d39d51c8ce8 (diff)
downloadmeta-intel-65e1ce563cf7bbae56c01524a0bac18884b6dd95.tar.gz
gmmlib: upgrade 18.4.1 -> 19.1.2
For more details, please check: https://github.com/intel/gmmlib/tree/intel-gmmlib-19.1.2 Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'recipes-graphics/gmmlib/gmmlib_19.1.2.bb')
-rw-r--r--recipes-graphics/gmmlib/gmmlib_19.1.2.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/recipes-graphics/gmmlib/gmmlib_19.1.2.bb b/recipes-graphics/gmmlib/gmmlib_19.1.2.bb
new file mode 100644
index 00000000..f47174da
--- /dev/null
+++ b/recipes-graphics/gmmlib/gmmlib_19.1.2.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 = "50707fb182bc8fc8f9711d2c0da96f6ded1b8ef4"
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"