From 69d3b2e7353d57a6c631ef6b034fbc69e5d39f98 Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Tue, 9 Jul 2019 11:53:04 +0800 Subject: gmmlib: upgrade 19.1.2 -> 19.2.3 Signed-off-by: Anuj Mittal --- recipes-graphics/gmmlib/gmmlib_19.1.2.bb | 21 --------------------- recipes-graphics/gmmlib/gmmlib_19.2.3.bb | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 recipes-graphics/gmmlib/gmmlib_19.1.2.bb create mode 100644 recipes-graphics/gmmlib/gmmlib_19.2.3.bb (limited to 'recipes-graphics') diff --git a/recipes-graphics/gmmlib/gmmlib_19.1.2.bb b/recipes-graphics/gmmlib/gmmlib_19.1.2.bb deleted file mode 100644 index f47174da..00000000 --- a/recipes-graphics/gmmlib/gmmlib_19.1.2.bb +++ /dev/null @@ -1,21 +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 = "50707fb182bc8fc8f9711d2c0da96f6ded1b8ef4" - -S = "${WORKDIR}/git" - -UPSTREAM_CHECK_GITTAGREGEX = "^intel-gmmlib-(?P(\d+(\.\d+)+))$" - -inherit pkgconfig cmake - -EXTRA_OECMAKE += "-DRUN_TEST_SUITE=OFF" diff --git a/recipes-graphics/gmmlib/gmmlib_19.2.3.bb b/recipes-graphics/gmmlib/gmmlib_19.2.3.bb new file mode 100644 index 00000000..8e1dcc4e --- /dev/null +++ b/recipes-graphics/gmmlib/gmmlib_19.2.3.bb @@ -0,0 +1,21 @@ +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" + +UPSTREAM_CHECK_GITTAGREGEX = "^intel-gmmlib-(?P(\d+(\.\d+)+))$" + +inherit pkgconfig cmake + +EXTRA_OECMAKE += "-DRUN_TEST_SUITE=OFF" -- cgit v1.2.3-54-g00ecf