diff options
author | Naveen Saini <naveen.kumar.saini@intel.com> | 2019-08-02 16:45:12 +0800 |
---|---|---|
committer | Anuj Mittal <anuj.mittal@intel.com> | 2019-08-02 23:15:02 +0800 |
commit | 91e57bd8b325f002df47de769801002a59da95bc (patch) | |
tree | e291b4924aed1d12f30a47441d8cea0ec07d6583 | |
parent | 3b5236690c64cf03f894090e7cc928555f094058 (diff) | |
download | meta-intel-91e57bd8b325f002df47de769801002a59da95bc.tar.gz |
metrics-discovery: v1.5.102 -> v1.5.108
LICENSE.md contains Year (2018 -> 2019) update
More details can be found here:
https://github.com/intel/metrics-discovery/releases/tag/metrics-discovery-1.5.108
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
-rw-r--r-- | recipes-graphics/metrics-discovery/metrics-discovery_1.5.108.bb (renamed from recipes-graphics/metrics-discovery/metrics-discovery_1.5.102.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-graphics/metrics-discovery/metrics-discovery_1.5.102.bb b/recipes-graphics/metrics-discovery/metrics-discovery_1.5.108.bb index 14dda35b..6267718e 100644 --- a/recipes-graphics/metrics-discovery/metrics-discovery_1.5.102.bb +++ b/recipes-graphics/metrics-discovery/metrics-discovery_1.5.108.bb | |||
@@ -2,13 +2,13 @@ SUMMARY = "Intel Metrics Discovery Application Programming Interface" | |||
2 | DESCRIPTION = "This software is a user mode library that provides access to \ | 2 | DESCRIPTION = "This software is a user mode library that provides access to \ |
3 | GPU performance data." | 3 | GPU performance data." |
4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
5 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=5ac9e51fb25f5d5b10a1bea412a4b74c" | 5 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=8c5c9ac8ffd04a5614befdf63fba6ba8" |
6 | SECTION = "lib" | 6 | SECTION = "lib" |
7 | 7 | ||
8 | inherit pkgconfig cmake | 8 | inherit pkgconfig cmake |
9 | 9 | ||
10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
11 | SRCREV = "ac8d17cfd7f33aefea353dfc4eda65f6beb0a9ae" | 11 | SRCREV = "a495db4682b7318bc82b1cccfb17fafdf2e3a2ff" |
12 | SRC_URI = "git://github.com/intel/metrics-discovery.git" | 12 | SRC_URI = "git://github.com/intel/metrics-discovery.git" |
13 | 13 | ||
14 | EXTRA_OECMAKE += "-DMD_PLATFORM=linux" | 14 | EXTRA_OECMAKE += "-DMD_PLATFORM=linux" |