mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-18 08:15:56 +01:00
openipmi: upgrade 2.0.30 -> 2.0.31
Refresh openipmi-remove-host-path-from-la_LDFLAGS.patch Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
43560d8e22
commit
561a5c9d44
0
meta-networking/recipes-support/openipmi/files/openipmi-helper
Executable file → Normal file
0
meta-networking/recipes-support/openipmi/files/openipmi-helper
Executable file → Normal file
|
|
@ -1,4 +1,4 @@
|
||||||
From 6395659ca6d64b20bf78bb640c2cc523d6c1d9c2 Mon Sep 17 00:00:00 2001
|
From 5a4abf223d79d4e1a58bbad1e4f2f406c7cab748 Mon Sep 17 00:00:00 2001
|
||||||
From: Jackie Huang <jackie.huang@windriver.com>
|
From: Jackie Huang <jackie.huang@windriver.com>
|
||||||
Date: Mon, 29 Dec 2014 18:16:04 +0800
|
Date: Mon, 29 Dec 2014 18:16:04 +0800
|
||||||
Subject: [PATCH] remove host path from la_LDFLAGS
|
Subject: [PATCH] remove host path from la_LDFLAGS
|
||||||
|
|
@ -7,42 +7,43 @@ Upstream-Status: Inappropriate [ cross compile specific ]
|
||||||
|
|
||||||
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
|
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
|
||||||
---
|
---
|
||||||
cmdlang/Makefile.am | 3 +--
|
cmdlang/Makefile.am | 2 +-
|
||||||
unix/Makefile.am | 6 ++----
|
unix/Makefile.am | 4 ++--
|
||||||
2 files changed, 3 insertions(+), 6 deletions(-)
|
2 files changed, 3 insertions(+), 3 deletions(-)
|
||||||
|
|
||||||
diff --git a/cmdlang/Makefile.am b/cmdlang/Makefile.am
|
diff --git a/cmdlang/Makefile.am b/cmdlang/Makefile.am
|
||||||
index d9a941f..21b9531 100644
|
index 9cf180d..da46ceb 100644
|
||||||
--- a/cmdlang/Makefile.am
|
--- a/cmdlang/Makefile.am
|
||||||
+++ b/cmdlang/Makefile.am
|
+++ b/cmdlang/Makefile.am
|
||||||
@@ -15,8 +15,7 @@ libOpenIPMIcmdlang_la_SOURCES = cmdlang.c cmd_domain.c cmd_entity.c cmd_mc.c \
|
@@ -18,7 +18,7 @@ libOpenIPMIcmdlang_la_LIBADD = -lm \
|
||||||
libOpenIPMIcmdlang_la_LIBADD = -lm \
|
|
||||||
$(top_builddir)/utils/libOpenIPMIutils.la \
|
$(top_builddir)/utils/libOpenIPMIutils.la \
|
||||||
$(top_builddir)/lib/libOpenIPMI.la
|
$(top_builddir)/lib/libOpenIPMI.la
|
||||||
-libOpenIPMIcmdlang_la_LDFLAGS = -rdynamic -version-info $(LD_VERSION) \
|
libOpenIPMIcmdlang_la_LDFLAGS = -rdynamic -version-info $(LD_VERSION) \
|
||||||
- -L$(libdir)
|
- -L$(libdir) -no-undefined
|
||||||
+libOpenIPMIcmdlang_la_LDFLAGS = -rdynamic -version-info $(LD_VERSION)
|
+ -no-undefined
|
||||||
|
|
||||||
bin_PROGRAMS = openipmish
|
bin_PROGRAMS = openipmish
|
||||||
|
|
||||||
diff --git a/unix/Makefile.am b/unix/Makefile.am
|
diff --git a/unix/Makefile.am b/unix/Makefile.am
|
||||||
index 5128839..bd0f897 100644
|
index baf0815..80c3d5d 100644
|
||||||
--- a/unix/Makefile.am
|
--- a/unix/Makefile.am
|
||||||
+++ b/unix/Makefile.am
|
+++ b/unix/Makefile.am
|
||||||
@@ -10,14 +10,12 @@ lib_LTLIBRARIES = libOpenIPMIposix.la libOpenIPMIpthread.la
|
@@ -11,13 +11,13 @@ libOpenIPMIpthread_la_SOURCES = posix_thread_os_hnd.c selector.c
|
||||||
libOpenIPMIpthread_la_SOURCES = posix_thread_os_hnd.c selector.c
|
|
||||||
libOpenIPMIpthread_la_LIBADD = -lpthread $(GDBM_LIB) \
|
libOpenIPMIpthread_la_LIBADD = -lpthread $(GDBM_LIB) \
|
||||||
$(top_builddir)/utils/libOpenIPMIutils.la $(RT_LIB)
|
$(top_builddir)/utils/libOpenIPMIutils.la $(RT_LIB)
|
||||||
-libOpenIPMIpthread_la_LDFLAGS = -rdynamic -version-info $(LD_VERSION) \
|
libOpenIPMIpthread_la_LDFLAGS = -rdynamic -version-info $(LD_VERSION) \
|
||||||
- -L$(libdir)
|
- -L$(libdir) -no-undefined
|
||||||
+libOpenIPMIpthread_la_LDFLAGS = -rdynamic -version-info $(LD_VERSION)
|
+ -no-undefined
|
||||||
|
|
||||||
libOpenIPMIposix_la_SOURCES = posix_os_hnd.c selector.c
|
libOpenIPMIposix_la_SOURCES = posix_os_hnd.c selector.c
|
||||||
libOpenIPMIposix_la_LIBADD = $(top_builddir)/utils/libOpenIPMIutils.la \
|
libOpenIPMIposix_la_LIBADD = $(top_builddir)/utils/libOpenIPMIutils.la \
|
||||||
$(GDBM_LIB) $(RT_LIB)
|
$(GDBM_LIB) $(RT_LIB)
|
||||||
-libOpenIPMIposix_la_LDFLAGS = -rdynamic -version-info $(LD_VERSION) \
|
libOpenIPMIposix_la_LDFLAGS = -rdynamic -version-info $(LD_VERSION) \
|
||||||
- -L$(libdir)
|
- -L$(libdir) -no-undefined
|
||||||
+libOpenIPMIposix_la_LDFLAGS = -rdynamic -version-info $(LD_VERSION)
|
+ -no-undefined
|
||||||
|
|
||||||
noinst_HEADERS = heap.h
|
noinst_HEADERS = heap.h
|
||||||
|
|
||||||
|
--
|
||||||
|
2.17.1
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -35,8 +35,8 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/openipmi/OpenIPMI-${PV}.tar.gz \
|
||||||
|
|
||||||
S = "${WORKDIR}/OpenIPMI-${PV}"
|
S = "${WORKDIR}/OpenIPMI-${PV}"
|
||||||
|
|
||||||
SRC_URI[md5sum] = "8d35f68058ca5359973b4121e1544d31"
|
SRC_URI[md5sum] = "ce8eb27da016dcad7543d0128fcb3b0a"
|
||||||
SRC_URI[sha256sum] = "237a9be2a30bde85a88c4ec2759b54eb5b21fede554ffabf8fef1ffac2b42ade"
|
SRC_URI[sha256sum] = "7052f37726ff454b0dcac49f35dd030bc12c9570ca0ba5cd2d17774b8e9d9717"
|
||||||
|
|
||||||
inherit autotools-brokensep pkgconfig python3native perlnative update-rc.d systemd cpan-base python3targetconfig
|
inherit autotools-brokensep pkgconfig python3native perlnative update-rc.d systemd cpan-base python3targetconfig
|
||||||
|
|
||||||
Loading…
Reference in New Issue
Block a user