From aa16c988e1165065ea69f3342a69ff1901801db8 Mon Sep 17 00:00:00 2001 From: Lim Siew Hoon Date: Tue, 6 Apr 2021 21:20:21 +0800 Subject: gmmlib: upgrade 20.4.1 -> 21.1.1 Signed-off-by: Lim Siew Hoon Signed-off-by: Anuj Mittal --- recipes-graphics/gmmlib/gmmlib_20.4.1.bb | 25 ------------------------- recipes-graphics/gmmlib/gmmlib_21.1.1.bb | 25 +++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 25 deletions(-) delete mode 100644 recipes-graphics/gmmlib/gmmlib_20.4.1.bb create mode 100644 recipes-graphics/gmmlib/gmmlib_21.1.1.bb (limited to 'recipes-graphics') diff --git a/recipes-graphics/gmmlib/gmmlib_20.4.1.bb b/recipes-graphics/gmmlib/gmmlib_20.4.1.bb deleted file mode 100644 index 786c14ef..00000000 --- a/recipes-graphics/gmmlib/gmmlib_20.4.1.bb +++ /dev/null @@ -1,25 +0,0 @@ -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 = "6f15b795e1511febf233b42d7dde603f52fcfdab" - -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" diff --git a/recipes-graphics/gmmlib/gmmlib_21.1.1.bb b/recipes-graphics/gmmlib/gmmlib_21.1.1.bb new file mode 100644 index 00000000..f5de0ef5 --- /dev/null +++ b/recipes-graphics/gmmlib/gmmlib_21.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 = "60a77187c43ff23a0888b2f297ae5c93cc50a666" + +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