diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2019-06-14 15:28:18 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-06-15 16:46:51 -0700 |
commit | 3b245e4fe85be62c309650e84d1aaacbcb0d5505 (patch) | |
tree | e6503a87c5c4e8010cbe0eef6dd7da875c983119 /meta-networking/recipes-support/openipmi/files/fix-symlink-install-error-in-cmdlang.patch | |
parent | 267d1cc2265de69db30c169e589a78cc49134c0b (diff) | |
download | meta-openembedded-3b245e4fe85be62c309650e84d1aaacbcb0d5505.tar.gz |
openipmi: upgrade 2.0.25 -> 2.0.27
Refresh all patches.
Remove openipmigui-not-compile-pyc-pyo.patch and
do-not-install-pyc-and-pyo.patch as the issues had been fixed upstream.
Add ipmi_serial_bmc_emu.c-include-readline.h-from-readli.patch to fix
the build error.
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support/openipmi/files/fix-symlink-install-error-in-cmdlang.patch')
-rw-r--r-- | meta-networking/recipes-support/openipmi/files/fix-symlink-install-error-in-cmdlang.patch | 31 |
1 files changed, 18 insertions, 13 deletions
diff --git a/meta-networking/recipes-support/openipmi/files/fix-symlink-install-error-in-cmdlang.patch b/meta-networking/recipes-support/openipmi/files/fix-symlink-install-error-in-cmdlang.patch index 449142fcfa..2434884248 100644 --- a/meta-networking/recipes-support/openipmi/files/fix-symlink-install-error-in-cmdlang.patch +++ b/meta-networking/recipes-support/openipmi/files/fix-symlink-install-error-in-cmdlang.patch | |||
@@ -1,18 +1,23 @@ | |||
1 | Author: Aws Ismail <aws.ismail@windriver.com> | 1 | From 7854c60c92243adb14ea89e16fc226d2e47dd4f9 Mon Sep 17 00:00:00 2001 |
2 | Date: Thu Jun 7 16:00:13 2012 -0400 | 2 | From: Aws Ismail <aws.ismail@windriver.com> |
3 | Date: Thu, 7 Jun 2012 16:00:13 -0400 | ||
4 | Subject: [PATCH] Fix symlink install error in cmdlang | ||
3 | 5 | ||
4 | This patch fixes the error during the install stage when | 6 | This patch fixes the error during the install stage when |
5 | creating a symbolic link for opeipmish in openipmi/cmdlang | 7 | creating a symbolic link for opeipmish in openipmi/cmdlang |
6 | |||
7 | Upstream-Status: Pending | ||
8 | |||
9 | Signed-off-by: Aws Ismail <aws.ismail@windriver.com> | ||
10 | 8 | ||
11 | Index: OpenIPMI-2.0.24/cmdlang/Makefile.am | 9 | Upstream-Status: Pending |
12 | =================================================================== | 10 | |
13 | --- OpenIPMI-2.0.24.orig/cmdlang/Makefile.am | 11 | Signed-off-by: Aws Ismail <aws.ismail@windriver.com> |
14 | +++ OpenIPMI-2.0.24/cmdlang/Makefile.am | 12 | --- |
15 | @@ -35,6 +35,7 @@ openipmish_LDADD = libOpenIPMIcmdlang.l | 13 | cmdlang/Makefile.am | 1 + |
14 | 1 file changed, 1 insertion(+) | ||
15 | |||
16 | diff --git a/cmdlang/Makefile.am b/cmdlang/Makefile.am | ||
17 | index 0ca3827..d9a941f 100644 | ||
18 | --- a/cmdlang/Makefile.am | ||
19 | +++ b/cmdlang/Makefile.am | ||
20 | @@ -35,6 +35,7 @@ openipmish_LDADD = libOpenIPMIcmdlang.la \ | ||
16 | # compatability. | 21 | # compatability. |
17 | install-data-local: | 22 | install-data-local: |
18 | rm -f $(DESTDIR)$(bindir)/ipmish | 23 | rm -f $(DESTDIR)$(bindir)/ipmish |