summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/gmmlib/gmmlib_21.2.1.bb
diff options
context:
space:
mode:
authorLim Siew Hoon <siew.hoon.lim@intel.com>2021-10-25 10:22:57 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2021-10-25 22:02:00 +0800
commit094d37685d6f0eb50df835a7b373ab716d80d39e (patch)
tree1e999b29566443b160e801757c483207946bbb70 /recipes-graphics/gmmlib/gmmlib_21.2.1.bb
parent3b386a9dc80eb61055b74d93f2da582ce2c652c7 (diff)
downloadmeta-intel-094d37685d6f0eb50df835a7b373ab716d80d39e.tar.gz
gmmlib: upgrade 21.2.1 -> 21.3.1
Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'recipes-graphics/gmmlib/gmmlib_21.2.1.bb')
-rw-r--r--recipes-graphics/gmmlib/gmmlib_21.2.1.bb25
1 files changed, 0 insertions, 25 deletions
diff --git a/recipes-graphics/gmmlib/gmmlib_21.2.1.bb b/recipes-graphics/gmmlib/gmmlib_21.2.1.bb
deleted file mode 100644
index f36e2979..00000000
--- a/recipes-graphics/gmmlib/gmmlib_21.2.1.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=465fe90caea3edd6a2cecb3f0c28a654"
8
9SRC_URI = " \
10 git://github.com/intel/gmmlib.git;protocol=https \
11 "
12
13SRCREV = "9253eb8b949515d2a5030f99163a35567fe81838"
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"