From 148a83d232df72c8bd2d035fe961a7df99a26324 Mon Sep 17 00:00:00 2001 From: Naveen Saini Date: Mon, 13 Apr 2020 13:23:07 +0800 Subject: gmmlib: upgrade 19.4.1 -> 20.1.1 Signed-off-by: Naveen Saini Signed-off-by: Anuj Mittal --- recipes-graphics/gmmlib/gmmlib_20.1.1.bb | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 recipes-graphics/gmmlib/gmmlib_20.1.1.bb (limited to 'recipes-graphics/gmmlib/gmmlib_20.1.1.bb') diff --git a/recipes-graphics/gmmlib/gmmlib_20.1.1.bb b/recipes-graphics/gmmlib/gmmlib_20.1.1.bb new file mode 100644 index 00000000..39ed5c65 --- /dev/null +++ b/recipes-graphics/gmmlib/gmmlib_20.1.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 = "09324e1fe8129b66bdf6b16ed533d56ce654eaa4" + +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