summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-daemons/openhpi/files/clang-c++11.patch
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2018-09-06 19:30:07 -0700
committerKhem Raj <raj.khem@gmail.com>2018-09-09 10:46:29 -0700
commita883fca429f23245885111a9366a6d7b148c54fe (patch)
treedfa03bf5b0f2688706ad5ca0145b9952d306e8f2 /meta-networking/recipes-daemons/openhpi/files/clang-c++11.patch
parent24383588ea361fa32d4d66cf904bc06300fb45de (diff)
downloadmeta-openembedded-a883fca429f23245885111a9366a6d7b148c54fe.tar.gz
openhpi: Upgrade to 3.8.0
* Add patches to fix build with OpenSSL 1.1.x * Forward patches and drop ones not needed anymore * openhpi: Fix build with musl Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-daemons/openhpi/files/clang-c++11.patch')
-rw-r--r--meta-networking/recipes-daemons/openhpi/files/clang-c++11.patch17
1 files changed, 4 insertions, 13 deletions
diff --git a/meta-networking/recipes-daemons/openhpi/files/clang-c++11.patch b/meta-networking/recipes-daemons/openhpi/files/clang-c++11.patch
index 9b35a0cce..7958a07c6 100644
--- a/meta-networking/recipes-daemons/openhpi/files/clang-c++11.patch
+++ b/meta-networking/recipes-daemons/openhpi/files/clang-c++11.patch
@@ -1,3 +1,7 @@
1Support build with Clang
2
3Upstream-Status: Pending
4Signed-off-by: Khem Raj <raj.khem@gmail.com>
1Index: openhpi-3.6.1/plugins/dynamic_simulator/new_sim.cpp 5Index: openhpi-3.6.1/plugins/dynamic_simulator/new_sim.cpp
2=================================================================== 6===================================================================
3--- openhpi-3.6.1.orig/plugins/dynamic_simulator/new_sim.cpp 7--- openhpi-3.6.1.orig/plugins/dynamic_simulator/new_sim.cpp
@@ -1273,16 +1277,3 @@ Index: openhpi-3.6.1/plugins/ipmidirect/ipmi.cpp
1273 1277
1274 static SaErrorT 1278 static SaErrorT
1275 IpmiResetWatchdog(void *hnd, 1279 IpmiResetWatchdog(void *hnd,
1276Index: openhpi-3.6.1/plugins/ipmidirect/ipmi_auth.h
1277===================================================================
1278--- openhpi-3.6.1.orig/plugins/ipmidirect/ipmi_auth.h
1279+++ openhpi-3.6.1/plugins/ipmidirect/ipmi_auth.h
1280@@ -32,7 +32,7 @@ class cIpmiAuthSg
1281 {
1282 public:
1283 void *data; /* NULL to terminate. */
1284- int len;
1285+ unsigned int len;
1286 };
1287
1288