mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-05 05:04:45 +02:00
metrics-discovery : upgrade 1.5.108 -> 1.12.158
Drops patch already merged: 0001-md_internal.h-Replace-string.h-with-string-C-header-.patch Release Notes: https://github.com/intel/metrics-discovery/releases/tag/metrics-discovery-1.12.158 Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
parent
a09b3264fc
commit
b74ec77719
|
@ -1,34 +0,0 @@
|
|||
From 8c11096a0e5cf980309692ae3e272108da5f2b4e Mon Sep 17 00:00:00 2001
|
||||
From: Khem Raj <raj.khem@gmail.com>
|
||||
Date: Wed, 9 Oct 2019 11:36:56 -0700
|
||||
Subject: [PATCH] md_internal.h: Replace string.h with <string> C++ header API
|
||||
|
||||
This helps in compiling with libc++/Clang
|
||||
Fixes
|
||||
usr/include/c++/v1/type_traits:1561:38: error: implicit instantiation of undefined template 'std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >'
|
||||
: public integral_constant<bool, __is_empty(_Tp)> {};
|
||||
^
|
||||
|
||||
Upstream-Status: Submitted [https://github.com/intel/metrics-discovery/pull/14]
|
||||
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
||||
---
|
||||
instrumentation/metrics_discovery/common/md_internal.cpp | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/instrumentation/metrics_discovery/common/md_internal.cpp b/instrumentation/metrics_discovery/common/md_internal.cpp
|
||||
index f9571ac..0767e81 100644
|
||||
--- a/instrumentation/metrics_discovery/common/md_internal.cpp
|
||||
+++ b/instrumentation/metrics_discovery/common/md_internal.cpp
|
||||
@@ -27,8 +27,8 @@
|
||||
\*****************************************************************************/
|
||||
#include "md_internal.h"
|
||||
|
||||
-#include <string.h>
|
||||
#include <stdlib.h>
|
||||
+#include <string>
|
||||
#include <new>
|
||||
#include <unordered_map>
|
||||
|
||||
--
|
||||
2.23.0
|
||||
|
|
@ -8,9 +8,8 @@ SECTION = "lib"
|
|||
inherit pkgconfig cmake
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
SRCREV = "a495db4682b7318bc82b1cccfb17fafdf2e3a2ff"
|
||||
SRCREV = "24a1726b50aae8bb689381b9c293a617f4d7b0da"
|
||||
SRC_URI = "git://github.com/intel/metrics-discovery.git;branch=master;protocol=https \
|
||||
file://0001-md_internal.h-Replace-string.h-with-string-C-header-.patch \
|
||||
"
|
||||
|
||||
EXTRA_OECMAKE += "-DMD_PLATFORM=linux"
|
Loading…
Reference in New Issue
Block a user