From 96286d4f4d024a0024f273b81f2862da02630a88 Mon Sep 17 00:00:00 2001 From: Naveen Saini Date: Thu, 14 Nov 2019 13:54:24 +0800 Subject: gmmlib: upgrade 19.2.3 -> 19.3.2 Signed-off-by: Naveen Saini Signed-off-by: Anuj Mittal --- recipes-graphics/gmmlib/gmmlib_19.2.3.bb | 25 ------------------------- recipes-graphics/gmmlib/gmmlib_19.3.2.bb | 25 +++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 25 deletions(-) delete mode 100644 recipes-graphics/gmmlib/gmmlib_19.2.3.bb create mode 100644 recipes-graphics/gmmlib/gmmlib_19.3.2.bb (limited to 'recipes-graphics') diff --git a/recipes-graphics/gmmlib/gmmlib_19.2.3.bb b/recipes-graphics/gmmlib/gmmlib_19.2.3.bb deleted file mode 100644 index 4bf1cda3..00000000 --- a/recipes-graphics/gmmlib/gmmlib_19.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 = "e834bcd677382fbebb7749ccbd678d86a82bffd3" - -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_19.3.2.bb b/recipes-graphics/gmmlib/gmmlib_19.3.2.bb new file mode 100644 index 00000000..199e271f --- /dev/null +++ b/recipes-graphics/gmmlib/gmmlib_19.3.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=d9a6e772cd4c362ee4c8ef87c5aad843" + +SRC_URI = " \ + git://github.com/intel/gmmlib.git;protocol=https \ + " + +SRCREV = "bda1dcff730bd503062421c17fe51a9a107538b9" + +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