summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/gmmlib/gmmlib_18.3.0.bb19
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 @@
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 = "e52096b67adeba76c76007a00924b76152a3f5d6"
14
15S = "${WORKDIR}/git"
16
17inherit pkgconfig cmake
18
19EXTRA_OECMAKE += "-DRUN_TEST_SUITE=OFF"