summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/gmmlib/gmmlib_19.3.2.bb
diff options
context:
space:
mode:
authorNaveen Saini <naveen.kumar.saini@intel.com>2020-02-07 13:59:48 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2020-02-07 17:05:48 +0800
commit7354791f76a6a03cdbc9415f6e42fd041d08386e (patch)
tree8dca15db5fc41c7e231dfe12955c92f4c054c32e /recipes-graphics/gmmlib/gmmlib_19.3.2.bb
parentae4221d52db001f1538f34a689205aa719bbc7d9 (diff)
downloadmeta-intel-7354791f76a6a03cdbc9415f6e42fd041d08386e.tar.gz
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 <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'recipes-graphics/gmmlib/gmmlib_19.3.2.bb')
-rw-r--r--recipes-graphics/gmmlib/gmmlib_19.3.2.bb25
1 files changed, 0 insertions, 25 deletions
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 @@
1SUMMARY = "Intel(R) Graphics Memory Management Library"
2DESCRIPTION = "The Intel(R) Graphics Memory Management Library provides \
3device specific and buffer management for the Intel(R) Graphics \
4Compute Runtime for OpenCL(TM) and the Intel(R) Media Driver for VAAPI."
5
6LICENSE = "MIT"
7LIC_FILES_CHKSUM = "file://LICENSE.md;md5=d9a6e772cd4c362ee4c8ef87c5aad843"
8
9SRC_URI = " \
10 git://github.com/intel/gmmlib.git;protocol=https \
11 "
12
13SRCREV = "bda1dcff730bd503062421c17fe51a9a107538b9"
14
15S = "${WORKDIR}/git"
16
17COMPATIBLE_HOST_x86-x32 = "null"
18
19UPSTREAM_CHECK_GITTAGREGEX = "^intel-gmmlib-(?P<pver>(\d+(\.\d+)+))$"
20
21inherit pkgconfig cmake
22
23EXTRA_OECMAKE += "-DRUN_TEST_SUITE=OFF"
24
25BBCLASSEXTEND = "native nativesdk"