From 2a8071ac29b58b34edbb3156cb8f7c187d17ec30 Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Tue, 25 Aug 2020 11:36:55 +0800 Subject: gmmlib: upgrade 20.2.3 -> 20.2.5 Signed-off-by: Anuj Mittal --- recipes-graphics/gmmlib/gmmlib_20.2.3.bb | 25 ------------------------- recipes-graphics/gmmlib/gmmlib_20.2.5.bb | 25 +++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 25 deletions(-) delete mode 100644 recipes-graphics/gmmlib/gmmlib_20.2.3.bb create mode 100644 recipes-graphics/gmmlib/gmmlib_20.2.5.bb (limited to 'recipes-graphics') diff --git a/recipes-graphics/gmmlib/gmmlib_20.2.3.bb b/recipes-graphics/gmmlib/gmmlib_20.2.3.bb deleted file mode 100644 index 86f9aaba..00000000 --- a/recipes-graphics/gmmlib/gmmlib_20.2.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=d9a6e772cd4c362ee4c8ef87c5aad843" - -SRC_URI = " \ - git://github.com/intel/gmmlib.git;protocol=https \ - " - -SRCREV = "84096c42c8f696e621d0a76caa200a509c524e64" - -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_20.2.5.bb b/recipes-graphics/gmmlib/gmmlib_20.2.5.bb new file mode 100644 index 00000000..e65ac09e --- /dev/null +++ b/recipes-graphics/gmmlib/gmmlib_20.2.5.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 = "c1b7e077b5b0b6b97057562aaec574f0da97b37b" + +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