diff options
author | Naveen Saini <naveen.kumar.saini@intel.com> | 2020-04-13 13:23:07 +0800 |
---|---|---|
committer | Anuj Mittal <anuj.mittal@intel.com> | 2020-04-14 09:41:53 +0800 |
commit | 148a83d232df72c8bd2d035fe961a7df99a26324 (patch) | |
tree | c845b2953225dee1f9c873b5dbb77f22071ac9a4 /recipes-graphics/gmmlib/gmmlib_20.1.1.bb | |
parent | b7d87376c71ecbbc74eea1100b6d12cfb8eba3fd (diff) | |
download | meta-intel-148a83d232df72c8bd2d035fe961a7df99a26324.tar.gz |
gmmlib: upgrade 19.4.1 -> 20.1.1
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_20.1.1.bb')
-rw-r--r-- | recipes-graphics/gmmlib/gmmlib_20.1.1.bb | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/recipes-graphics/gmmlib/gmmlib_20.1.1.bb b/recipes-graphics/gmmlib/gmmlib_20.1.1.bb new file mode 100644 index 00000000..39ed5c65 --- /dev/null +++ b/recipes-graphics/gmmlib/gmmlib_20.1.1.bb | |||
@@ -0,0 +1,25 @@ | |||
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 = "09324e1fe8129b66bdf6b16ed533d56ce654eaa4" | ||
14 | |||
15 | S = "${WORKDIR}/git" | ||
16 | |||
17 | COMPATIBLE_HOST_x86-x32 = "null" | ||
18 | |||
19 | UPSTREAM_CHECK_GITTAGREGEX = "^intel-gmmlib-(?P<pver>(\d+(\.\d+)+))$" | ||
20 | |||
21 | inherit pkgconfig cmake | ||
22 | |||
23 | EXTRA_OECMAKE += "-DRUN_TEST_SUITE=OFF" | ||
24 | |||
25 | BBCLASSEXTEND = "native nativesdk" | ||