From fe0c4e64a058c2a73377457d968c835c72c7552e Mon Sep 17 00:00:00 2001 From: Lim Siew Hoon Date: Wed, 8 Feb 2023 10:40:17 +0800 Subject: intel-gmmlib: upgrade 22.2.0 -> 22.3.3 Signed-off-by: Lim Siew Hoon Signed-off-by: Anuj Mittal --- recipes-graphics/gmmlib/gmmlib_22.2.0.bb | 25 ------------------------- recipes-graphics/gmmlib/gmmlib_22.3.3.bb | 25 +++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 25 deletions(-) delete mode 100644 recipes-graphics/gmmlib/gmmlib_22.2.0.bb create mode 100644 recipes-graphics/gmmlib/gmmlib_22.3.3.bb (limited to 'recipes-graphics/gmmlib') diff --git a/recipes-graphics/gmmlib/gmmlib_22.2.0.bb b/recipes-graphics/gmmlib/gmmlib_22.2.0.bb deleted file mode 100644 index 287e1113..00000000 --- a/recipes-graphics/gmmlib/gmmlib_22.2.0.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 = "506c8e1bb50fa3f10c52ec01e545725df4f6af47" - -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.3.3.bb b/recipes-graphics/gmmlib/gmmlib_22.3.3.bb new file mode 100644 index 00000000..2d9030c0 --- /dev/null +++ b/recipes-graphics/gmmlib/gmmlib_22.3.3.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 = "26ffef5199abcec625651562eb319e983037297d" + +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