diff options
Diffstat (limited to 'recipes-graphics/gmmlib')
-rw-r--r-- | recipes-graphics/gmmlib/gmmlib_18.3.0.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes-graphics/gmmlib/gmmlib_18.3.0.bb b/recipes-graphics/gmmlib/gmmlib_18.3.0.bb new file mode 100644 index 00000000..03211b7a --- /dev/null +++ b/recipes-graphics/gmmlib/gmmlib_18.3.0.bb | |||
@@ -0,0 +1,19 @@ | |||
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 = "e52096b67adeba76c76007a00924b76152a3f5d6" | ||
14 | |||
15 | S = "${WORKDIR}/git" | ||
16 | |||
17 | inherit pkgconfig cmake | ||
18 | |||
19 | EXTRA_OECMAKE += "-DRUN_TEST_SUITE=OFF" | ||