From 7354791f76a6a03cdbc9415f6e42fd041d08386e Mon Sep 17 00:00:00 2001 From: Naveen Saini Date: Fri, 7 Feb 2020 13:59:48 +0800 Subject: gmmlib: upgrade 19.3.2 -> 19.4.1 For more information: https://github.com/intel/gmmlib/releases/tag/intel-gmmlib-19.4.1 Signed-off-by: Naveen Saini Signed-off-by: Anuj Mittal --- recipes-graphics/gmmlib/gmmlib_19.4.1.bb | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 recipes-graphics/gmmlib/gmmlib_19.4.1.bb (limited to 'recipes-graphics/gmmlib/gmmlib_19.4.1.bb') diff --git a/recipes-graphics/gmmlib/gmmlib_19.4.1.bb b/recipes-graphics/gmmlib/gmmlib_19.4.1.bb new file mode 100644 index 00000000..1fd00c42 --- /dev/null +++ b/recipes-graphics/gmmlib/gmmlib_19.4.1.bb @@ -0,0 +1,25 @@ +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 = "ebfcfd565031dbd7b45089d9054cd44a501f14a9" + +S = "${WORKDIR}/git" + +COMPATIBLE_HOST_x86-x32 = "null" + +UPSTREAM_CHECK_GITTAGREGEX = "^intel-gmmlib-(?P(\d+(\.\d+)+))$" + +inherit pkgconfig cmake + +EXTRA_OECMAKE += "-DRUN_TEST_SUITE=OFF" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf