diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2021-01-29 14:06:21 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-01-29 09:52:13 -0800 |
commit | 561a5c9d4460b1a4786ae6fc4913fc961e1161bf (patch) | |
tree | 98dc6d205af0c717483e8b655af0967bf157ec0d | |
parent | 43560d8e225c0f77599a1141f2a1c0b60fbf1fa0 (diff) | |
download | meta-openembedded-561a5c9d4460b1a4786ae6fc4913fc961e1161bf.tar.gz |
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>
-rw-r--r--[-rwxr-xr-x] | meta-networking/recipes-support/openipmi/files/openipmi-helper | 0 | ||||
-rw-r--r-- | meta-networking/recipes-support/openipmi/files/openipmi-remove-host-path-from-la_LDFLAGS.patch | 39 | ||||
-rw-r--r-- | meta-networking/recipes-support/openipmi/openipmi_2.0.31.bb (renamed from meta-networking/recipes-support/openipmi/openipmi_2.0.30.bb) | 4 |
3 files changed, 22 insertions, 21 deletions
diff --git a/meta-networking/recipes-support/openipmi/files/openipmi-helper b/meta-networking/recipes-support/openipmi/files/openipmi-helper index 4cebfb9c6..4cebfb9c6 100755..100644 --- a/meta-networking/recipes-support/openipmi/files/openipmi-helper +++ b/meta-networking/recipes-support/openipmi/files/openipmi-helper | |||
diff --git a/meta-networking/recipes-support/openipmi/files/openipmi-remove-host-path-from-la_LDFLAGS.patch b/meta-networking/recipes-support/openipmi/files/openipmi-remove-host-path-from-la_LDFLAGS.patch index ce37d5eb2..1aea32eae 100644 --- a/meta-networking/recipes-support/openipmi/files/openipmi-remove-host-path-from-la_LDFLAGS.patch +++ b/meta-networking/recipes-support/openipmi/files/openipmi-remove-host-path-from-la_LDFLAGS.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 6395659ca6d64b20bf78bb640c2cc523d6c1d9c2 Mon Sep 17 00:00:00 2001 | 1 | From 5a4abf223d79d4e1a58bbad1e4f2f406c7cab748 Mon Sep 17 00:00:00 2001 |
2 | From: Jackie Huang <jackie.huang@windriver.com> | 2 | From: Jackie Huang <jackie.huang@windriver.com> |
3 | Date: Mon, 29 Dec 2014 18:16:04 +0800 | 3 | Date: Mon, 29 Dec 2014 18:16:04 +0800 |
4 | Subject: [PATCH] remove host path from la_LDFLAGS | 4 | Subject: [PATCH] remove host path from la_LDFLAGS |
@@ -7,42 +7,43 @@ Upstream-Status: Inappropriate [ cross compile specific ] | |||
7 | 7 | ||
8 | Signed-off-by: Jackie Huang <jackie.huang@windriver.com> | 8 | Signed-off-by: Jackie Huang <jackie.huang@windriver.com> |
9 | --- | 9 | --- |
10 | cmdlang/Makefile.am | 3 +-- | 10 | cmdlang/Makefile.am | 2 +- |
11 | unix/Makefile.am | 6 ++---- | 11 | unix/Makefile.am | 4 ++-- |
12 | 2 files changed, 3 insertions(+), 6 deletions(-) | 12 | 2 files changed, 3 insertions(+), 3 deletions(-) |
13 | 13 | ||
14 | diff --git a/cmdlang/Makefile.am b/cmdlang/Makefile.am | 14 | diff --git a/cmdlang/Makefile.am b/cmdlang/Makefile.am |
15 | index d9a941f..21b9531 100644 | 15 | index 9cf180d..da46ceb 100644 |
16 | --- a/cmdlang/Makefile.am | 16 | --- a/cmdlang/Makefile.am |
17 | +++ b/cmdlang/Makefile.am | 17 | +++ b/cmdlang/Makefile.am |
18 | @@ -15,8 +15,7 @@ libOpenIPMIcmdlang_la_SOURCES = cmdlang.c cmd_domain.c cmd_entity.c cmd_mc.c \ | 18 | @@ -18,7 +18,7 @@ libOpenIPMIcmdlang_la_LIBADD = -lm \ |
19 | libOpenIPMIcmdlang_la_LIBADD = -lm \ | ||
20 | $(top_builddir)/utils/libOpenIPMIutils.la \ | 19 | $(top_builddir)/utils/libOpenIPMIutils.la \ |
21 | $(top_builddir)/lib/libOpenIPMI.la | 20 | $(top_builddir)/lib/libOpenIPMI.la |
22 | -libOpenIPMIcmdlang_la_LDFLAGS = -rdynamic -version-info $(LD_VERSION) \ | 21 | libOpenIPMIcmdlang_la_LDFLAGS = -rdynamic -version-info $(LD_VERSION) \ |
23 | - -L$(libdir) | 22 | - -L$(libdir) -no-undefined |
24 | +libOpenIPMIcmdlang_la_LDFLAGS = -rdynamic -version-info $(LD_VERSION) | 23 | + -no-undefined |
25 | 24 | ||
26 | bin_PROGRAMS = openipmish | 25 | bin_PROGRAMS = openipmish |
27 | 26 | ||
28 | diff --git a/unix/Makefile.am b/unix/Makefile.am | 27 | diff --git a/unix/Makefile.am b/unix/Makefile.am |
29 | index 5128839..bd0f897 100644 | 28 | index baf0815..80c3d5d 100644 |
30 | --- a/unix/Makefile.am | 29 | --- a/unix/Makefile.am |
31 | +++ b/unix/Makefile.am | 30 | +++ b/unix/Makefile.am |
32 | @@ -10,14 +10,12 @@ lib_LTLIBRARIES = libOpenIPMIposix.la libOpenIPMIpthread.la | 31 | @@ -11,13 +11,13 @@ libOpenIPMIpthread_la_SOURCES = posix_thread_os_hnd.c selector.c |
33 | libOpenIPMIpthread_la_SOURCES = posix_thread_os_hnd.c selector.c | ||
34 | libOpenIPMIpthread_la_LIBADD = -lpthread $(GDBM_LIB) \ | 32 | libOpenIPMIpthread_la_LIBADD = -lpthread $(GDBM_LIB) \ |
35 | $(top_builddir)/utils/libOpenIPMIutils.la $(RT_LIB) | 33 | $(top_builddir)/utils/libOpenIPMIutils.la $(RT_LIB) |
36 | -libOpenIPMIpthread_la_LDFLAGS = -rdynamic -version-info $(LD_VERSION) \ | 34 | libOpenIPMIpthread_la_LDFLAGS = -rdynamic -version-info $(LD_VERSION) \ |
37 | - -L$(libdir) | 35 | - -L$(libdir) -no-undefined |
38 | +libOpenIPMIpthread_la_LDFLAGS = -rdynamic -version-info $(LD_VERSION) | 36 | + -no-undefined |
39 | 37 | ||
40 | libOpenIPMIposix_la_SOURCES = posix_os_hnd.c selector.c | 38 | libOpenIPMIposix_la_SOURCES = posix_os_hnd.c selector.c |
41 | libOpenIPMIposix_la_LIBADD = $(top_builddir)/utils/libOpenIPMIutils.la \ | 39 | libOpenIPMIposix_la_LIBADD = $(top_builddir)/utils/libOpenIPMIutils.la \ |
42 | $(GDBM_LIB) $(RT_LIB) | 40 | $(GDBM_LIB) $(RT_LIB) |
43 | -libOpenIPMIposix_la_LDFLAGS = -rdynamic -version-info $(LD_VERSION) \ | 41 | libOpenIPMIposix_la_LDFLAGS = -rdynamic -version-info $(LD_VERSION) \ |
44 | - -L$(libdir) | 42 | - -L$(libdir) -no-undefined |
45 | +libOpenIPMIposix_la_LDFLAGS = -rdynamic -version-info $(LD_VERSION) | 43 | + -no-undefined |
46 | 44 | ||
47 | noinst_HEADERS = heap.h | 45 | noinst_HEADERS = heap.h |
48 | 46 | ||
47 | -- | ||
48 | 2.17.1 | ||
49 | |||
diff --git a/meta-networking/recipes-support/openipmi/openipmi_2.0.30.bb b/meta-networking/recipes-support/openipmi/openipmi_2.0.31.bb index 4929c4f05..d172083bb 100644 --- a/meta-networking/recipes-support/openipmi/openipmi_2.0.30.bb +++ b/meta-networking/recipes-support/openipmi/openipmi_2.0.31.bb | |||
@@ -35,8 +35,8 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/openipmi/OpenIPMI-${PV}.tar.gz \ | |||
35 | 35 | ||
36 | S = "${WORKDIR}/OpenIPMI-${PV}" | 36 | S = "${WORKDIR}/OpenIPMI-${PV}" |
37 | 37 | ||
38 | SRC_URI[md5sum] = "8d35f68058ca5359973b4121e1544d31" | 38 | SRC_URI[md5sum] = "ce8eb27da016dcad7543d0128fcb3b0a" |
39 | SRC_URI[sha256sum] = "237a9be2a30bde85a88c4ec2759b54eb5b21fede554ffabf8fef1ffac2b42ade" | 39 | SRC_URI[sha256sum] = "7052f37726ff454b0dcac49f35dd030bc12c9570ca0ba5cd2d17774b8e9d9717" |
40 | 40 | ||
41 | inherit autotools-brokensep pkgconfig python3native perlnative update-rc.d systemd cpan-base python3targetconfig | 41 | inherit autotools-brokensep pkgconfig python3native perlnative update-rc.d systemd cpan-base python3targetconfig |
42 | 42 | ||