From dd16e1bfc1617dde33c2813c68115ad67328fd10 Mon Sep 17 00:00:00 2001 From: Lim Siew Hoon Date: Tue, 17 May 2022 16:50:45 +0800 Subject: gmmlib: upgrade 22.0.3 -> 22.1.2 Signed-off-by: Lim Siew Hoon Signed-off-by: Anuj Mittal (cherry picked from commit 315e6d3f14552ffcc825f275f2709447ff638cab) Signed-off-by: Anuj Mittal --- recipes-graphics/gmmlib/gmmlib_22.0.3.bb | 25 ------------------------- recipes-graphics/gmmlib/gmmlib_22.1.2.bb | 25 +++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 25 deletions(-) delete mode 100644 recipes-graphics/gmmlib/gmmlib_22.0.3.bb create mode 100644 recipes-graphics/gmmlib/gmmlib_22.1.2.bb diff --git a/recipes-graphics/gmmlib/gmmlib_22.0.3.bb b/recipes-graphics/gmmlib/gmmlib_22.0.3.bb deleted file mode 100644 index d1e0c411..00000000 --- a/recipes-graphics/gmmlib/gmmlib_22.0.3.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=465fe90caea3edd6a2cecb3f0c28a654" - -SRC_URI = " \ - git://github.com/intel/gmmlib.git;protocol=https;branch=master \ - " - -SRCREV = "8dcebfefaaacff0cbc262fe050b2b0fd060898d0" - -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_22.1.2.bb b/recipes-graphics/gmmlib/gmmlib_22.1.2.bb new file mode 100644 index 00000000..0fd9c326 --- /dev/null +++ b/recipes-graphics/gmmlib/gmmlib_22.1.2.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=465fe90caea3edd6a2cecb3f0c28a654" + +SRC_URI = " \ + git://github.com/intel/gmmlib.git;protocol=https;branch=master \ + " + +SRCREV = "29152fc6d39f87983b176664f225d42af039f716" + +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