From 65e1ce563cf7bbae56c01524a0bac18884b6dd95 Mon Sep 17 00:00:00 2001 From: Naveen Saini Date: Mon, 6 May 2019 09:20:02 +0800 Subject: gmmlib: upgrade 18.4.1 -> 19.1.2 For more details, please check: https://github.com/intel/gmmlib/tree/intel-gmmlib-19.1.2 Signed-off-by: Naveen Saini Signed-off-by: Anuj Mittal --- recipes-graphics/gmmlib/gmmlib_18.4.1.bb | 21 --------------------- recipes-graphics/gmmlib/gmmlib_19.1.2.bb | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 recipes-graphics/gmmlib/gmmlib_18.4.1.bb create mode 100644 recipes-graphics/gmmlib/gmmlib_19.1.2.bb diff --git a/recipes-graphics/gmmlib/gmmlib_18.4.1.bb b/recipes-graphics/gmmlib/gmmlib_18.4.1.bb deleted file mode 100644 index ad2d11af..00000000 --- a/recipes-graphics/gmmlib/gmmlib_18.4.1.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 = "413896ed8e7ead3dd1c0fea9a4fe7f8326b7b9ff" - -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.1.2.bb b/recipes-graphics/gmmlib/gmmlib_19.1.2.bb new file mode 100644 index 00000000..f47174da --- /dev/null +++ b/recipes-graphics/gmmlib/gmmlib_19.1.2.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 = "50707fb182bc8fc8f9711d2c0da96f6ded1b8ef4" + +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