]> code.ossystems Code Review - openembedded-core.git/commitdiff
libedit: upgrade 20190324 -> 20191025
authorZang Ruochen <zangrc.fnst@cn.fujitsu.com>
Wed, 13 Nov 2019 05:25:13 +0000 (13:25 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 14 Nov 2019 12:58:49 +0000 (12:58 +0000)
-libedit/0001-readline.c-fix-cannot-get-history.patch
Removed since this is included in 20191025-3.1.

Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/libedit/libedit/0001-readline.c-fix-cannot-get-history.patch [deleted file]
meta/recipes-devtools/libedit/libedit_20191025-3.1.bb [moved from meta/recipes-devtools/libedit/libedit_20190324-3.1.bb with 70% similarity]

diff --git a/meta/recipes-devtools/libedit/libedit/0001-readline.c-fix-cannot-get-history.patch b/meta/recipes-devtools/libedit/libedit/0001-readline.c-fix-cannot-get-history.patch
deleted file mode 100644 (file)
index 7e54ac9..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-From ef1fa9bef497d9491a51017f3cad0135a23bb0b4 Mon Sep 17 00:00:00 2001
-From: Changqing Li <changqing.li@windriver.com>
-Date: Tue, 20 Aug 2019 17:33:15 +0800
-Subject: [PATCH] readline.c: fix cannot get history
-
-if history_offset not increate when add history,
-it will make current history event not align with offset,
-and cannot get history correctly.
-
-Upstream-Status: Submitted [tech-userlevel@NetBSD.org] 
-
-Signed-off-by: Changqing Li <changqing.li@windriver.com>
----
- src/readline.c | 3 +++
- 1 file changed, 3 insertions(+)
-
-diff --git a/src/readline.c b/src/readline.c
-index 43ac5bd..54b0548 100644
---- a/src/readline.c
-+++ b/src/readline.c
-@@ -1476,7 +1476,10 @@ add_history(const char *line)
-       if (ev.num == history_length)
-               history_base++;
-       else
-+        {
-+                history_offset++;
-               history_length = ev.num;
-+        }
-       return 0;
- }
--- 
-2.7.4
-
similarity index 70%
rename from meta/recipes-devtools/libedit/libedit_20190324-3.1.bb
rename to meta/recipes-devtools/libedit/libedit_20191025-3.1.bb
index 25667ccce7c21618294da21913772c23c53937cb..f810013a680d5af875be1b040bf74eb5165a9a54 100644 (file)
@@ -12,9 +12,8 @@ inherit autotools
 
 SRC_URI = "http://www.thrysoee.dk/editline/${BP}.tar.gz \
            file://stdc-predef.patch \
-           file://0001-readline.c-fix-cannot-get-history.patch \
           "
-SRC_URI[md5sum] = "bec755c8044ad84b752dfe49a0b371d8"
-SRC_URI[sha256sum] = "ac8f0f51c1cf65492e4d1e3ed2be360bda41e54633444666422fbf393bba1bae"
+SRC_URI[md5sum] = "2d6568467080cfd75e715d045102b544"
+SRC_URI[sha256sum] = "6dff036660d478bfaa14e407fc5de26d22da1087118c897b1a3ad2e90cb7bf39"
 
 BBCLASSEXTEND = "native nativesdk"