diff options
Diffstat (limited to 'recipes-graphics/gmmlib/gmmlib_20.2.2.bb')
-rw-r--r-- | recipes-graphics/gmmlib/gmmlib_20.2.2.bb | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/recipes-graphics/gmmlib/gmmlib_20.2.2.bb b/recipes-graphics/gmmlib/gmmlib_20.2.2.bb new file mode 100644 index 00000000..0c26f489 --- /dev/null +++ b/recipes-graphics/gmmlib/gmmlib_20.2.2.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 = "40c7d14fd16a4282410a2f6b0cd59251c8e41d5c" | ||
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" | ||