diff options
author | Anuj Mittal <anuj.mittal@intel.com> | 2019-07-09 11:53:04 +0800 |
---|---|---|
committer | Anuj Mittal <anuj.mittal@intel.com> | 2019-07-10 21:59:40 +0800 |
commit | 69d3b2e7353d57a6c631ef6b034fbc69e5d39f98 (patch) | |
tree | eae8ef339b43db4b79287f7d11903a97574ccbfa /recipes-graphics/gmmlib/gmmlib_19.2.3.bb | |
parent | ffe406293745981f2d79a53160028e69fad03daa (diff) | |
download | meta-intel-69d3b2e7353d57a6c631ef6b034fbc69e5d39f98.tar.gz |
gmmlib: upgrade 19.1.2 -> 19.2.3
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'recipes-graphics/gmmlib/gmmlib_19.2.3.bb')
-rw-r--r-- | recipes-graphics/gmmlib/gmmlib_19.2.3.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/recipes-graphics/gmmlib/gmmlib_19.2.3.bb b/recipes-graphics/gmmlib/gmmlib_19.2.3.bb new file mode 100644 index 00000000..8e1dcc4e --- /dev/null +++ b/recipes-graphics/gmmlib/gmmlib_19.2.3.bb | |||
@@ -0,0 +1,21 @@ | |||
1 | SUMMARY = "Intel(R) Graphics Memory Management Library" | ||
2 | DESCRIPTION = "The Intel(R) Graphics Memory Management Library provides \ | ||
3 | device specific and buffer management for the Intel(R) Graphics \ | ||
4 | Compute Runtime for OpenCL(TM) and the Intel(R) Media Driver for VAAPI." | ||
5 | |||
6 | LICENSE = "MIT" | ||
7 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=d9a6e772cd4c362ee4c8ef87c5aad843" | ||
8 | |||
9 | SRC_URI = " \ | ||
10 | git://github.com/intel/gmmlib.git;protocol=https \ | ||
11 | " | ||
12 | |||
13 | SRCREV = "e834bcd677382fbebb7749ccbd678d86a82bffd3" | ||
14 | |||
15 | S = "${WORKDIR}/git" | ||
16 | |||
17 | UPSTREAM_CHECK_GITTAGREGEX = "^intel-gmmlib-(?P<pver>(\d+(\.\d+)+))$" | ||
18 | |||
19 | inherit pkgconfig cmake | ||
20 | |||
21 | EXTRA_OECMAKE += "-DRUN_TEST_SUITE=OFF" | ||