From 7354791f76a6a03cdbc9415f6e42fd041d08386e Mon Sep 17 00:00:00 2001 From: Naveen Saini Date: Fri, 7 Feb 2020 13:59:48 +0800 Subject: gmmlib: upgrade 19.3.2 -> 19.4.1 For more information: https://github.com/intel/gmmlib/releases/tag/intel-gmmlib-19.4.1 Signed-off-by: Naveen Saini Signed-off-by: Anuj Mittal --- recipes-graphics/gmmlib/gmmlib_19.3.2.bb | 25 ------------------------- recipes-graphics/gmmlib/gmmlib_19.4.1.bb | 25 +++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 25 deletions(-) delete mode 100644 recipes-graphics/gmmlib/gmmlib_19.3.2.bb create mode 100644 recipes-graphics/gmmlib/gmmlib_19.4.1.bb (limited to 'recipes-graphics') diff --git a/recipes-graphics/gmmlib/gmmlib_19.3.2.bb b/recipes-graphics/gmmlib/gmmlib_19.3.2.bb deleted file mode 100644 index 199e271f..00000000 --- a/recipes-graphics/gmmlib/gmmlib_19.3.2.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 = "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" diff --git a/recipes-graphics/gmmlib/gmmlib_19.4.1.bb b/recipes-graphics/gmmlib/gmmlib_19.4.1.bb new file mode 100644 index 00000000..1fd00c42 --- /dev/null +++ b/recipes-graphics/gmmlib/gmmlib_19.4.1.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 = "ebfcfd565031dbd7b45089d9054cd44a501f14a9" + +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