From 69d3b2e7353d57a6c631ef6b034fbc69e5d39f98 Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Tue, 9 Jul 2019 11:53:04 +0800 Subject: gmmlib: upgrade 19.1.2 -> 19.2.3 Signed-off-by: Anuj Mittal --- recipes-graphics/gmmlib/gmmlib_19.2.3.bb | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 recipes-graphics/gmmlib/gmmlib_19.2.3.bb (limited to 'recipes-graphics/gmmlib/gmmlib_19.2.3.bb') 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 @@ +SUMMARY = "Intel(R) Graphics Memory Management Library" +DESCRIPTION = "The Intel(R) Graphics Memory Management Library provides \ +device specific and buffer management for the Intel(R) Graphics \ +Compute Runtime for OpenCL(TM) and the Intel(R) Media Driver for VAAPI." + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE.md;md5=d9a6e772cd4c362ee4c8ef87c5aad843" + +SRC_URI = " \ + git://github.com/intel/gmmlib.git;protocol=https \ + " + +SRCREV = "e834bcd677382fbebb7749ccbd678d86a82bffd3" + +S = "${WORKDIR}/git" + +UPSTREAM_CHECK_GITTAGREGEX = "^intel-gmmlib-(?P(\d+(\.\d+)+))$" + +inherit pkgconfig cmake + +EXTRA_OECMAKE += "-DRUN_TEST_SUITE=OFF" -- cgit v1.2.3-54-g00ecf