mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-08 16:00:32 +00:00
openipmi: upgrade 2.0.27 -> 2.0.28
ipmi_serial_bmc_emu.c-include-readline.h-from-readli.patch removed because it is included in 2.0.28. Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
-31
@@ -1,31 +0,0 @@
|
|||||||
From bebfb3c24582ec4e45d79c5b52135197bf7373da Mon Sep 17 00:00:00 2001
|
|
||||||
From: Yi Zhao <yi.zhao@windriver.com>
|
|
||||||
Date: Fri, 14 Jun 2019 14:17:34 +0800
|
|
||||||
Subject: [PATCH] ipmi_serial_bmc_emu.c: include readline.h from readline
|
|
||||||
|
|
||||||
The libedit had been removed and swithed to readline.
|
|
||||||
We need to include readline.h from readline rather than editline.
|
|
||||||
|
|
||||||
Upstream-Status: Pending
|
|
||||||
|
|
||||||
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
|
|
||||||
---
|
|
||||||
sample/ipmi_serial_bmc_emu.c | 2 +-
|
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
||||||
|
|
||||||
diff --git a/sample/ipmi_serial_bmc_emu.c b/sample/ipmi_serial_bmc_emu.c
|
|
||||||
index e0ae019..1b8bb9a 100644
|
|
||||||
--- a/sample/ipmi_serial_bmc_emu.c
|
|
||||||
+++ b/sample/ipmi_serial_bmc_emu.c
|
|
||||||
@@ -42,7 +42,7 @@
|
|
||||||
#include <unistd.h>
|
|
||||||
#include <stdlib.h>
|
|
||||||
#include <sys/select.h>
|
|
||||||
-#include <editline/readline.h>
|
|
||||||
+#include <readline/readline.h>
|
|
||||||
|
|
||||||
#define _GNU_SOURCE
|
|
||||||
#include <getopt.h>
|
|
||||||
--
|
|
||||||
2.7.4
|
|
||||||
|
|
||||||
+2
-3
@@ -29,15 +29,14 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/openipmi/OpenIPMI-${PV}.tar.gz \
|
|||||||
file://openipmi-remove-host-path-from-la_LDFLAGS.patch \
|
file://openipmi-remove-host-path-from-la_LDFLAGS.patch \
|
||||||
file://ipmi-init-fix-the-arguments.patch \
|
file://ipmi-init-fix-the-arguments.patch \
|
||||||
file://include_sys_types.patch \
|
file://include_sys_types.patch \
|
||||||
file://ipmi_serial_bmc_emu.c-include-readline.h-from-readli.patch \
|
|
||||||
file://openipmi-helper \
|
file://openipmi-helper \
|
||||||
file://ipmi.service \
|
file://ipmi.service \
|
||||||
"
|
"
|
||||||
|
|
||||||
S = "${WORKDIR}/OpenIPMI-${PV}"
|
S = "${WORKDIR}/OpenIPMI-${PV}"
|
||||||
|
|
||||||
SRC_URI[md5sum] = "d525ceaa07df5440674e7e68a6772fe7"
|
SRC_URI[md5sum] = "ba37f08e306062ec73c7ed2a2bd4d5f4"
|
||||||
SRC_URI[sha256sum] = "f3b1fafaaec2e2bac32fec5a86941ad8b8cb64543470bd6d819d7b166713d20b"
|
SRC_URI[sha256sum] = "8e8b1de2a9a041b419133ecb21f956e999841cf2e759e973eeba9a36f8b40996"
|
||||||
|
|
||||||
inherit autotools-brokensep pkgconfig python3native perlnative update-rc.d systemd cpan-base
|
inherit autotools-brokensep pkgconfig python3native perlnative update-rc.d systemd cpan-base
|
||||||
|
|
||||||
Reference in New Issue
Block a user