summaryrefslogtreecommitdiffstats
path: root/rules/readline.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2017-06-02 15:39:29 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-06-21 10:14:50 +0200
commit0491b05f5300c6b9467762ab68e259fb30a5474c (patch)
tree339eb3dd413d4d4b10b0c6ea103505c8821570c3 /rules/readline.make
parent7f61a2529c94f1fb3beb0f0d5d2761bf396cc8cd (diff)
downloadptxdist-0491b05f5300c6b9467762ab68e259fb30a5474c.tar.gz
ptxdist-0491b05f5300c6b9467762ab68e259fb30a5474c.tar.xz
readline: version bump 6.2 -> 7.0
Ported patches, although I'm not entirely sure if they are still needed. They have a proper configure.ac now in upstream... No relevant --enable/disable/with/without options in configure. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/readline.make')
-rw-r--r--rules/readline.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/readline.make b/rules/readline.make
index 498d460d5..5df94bb13 100644
--- a/rules/readline.make
+++ b/rules/readline.make
@@ -17,8 +17,8 @@ PACKAGES-$(PTXCONF_READLINE) += readline
#
# Paths and names
#
-READLINE_VERSION := 6.2
-READLINE_MD5 := 67948acb2ca081f23359d0256e9a271c
+READLINE_VERSION := 7.0
+READLINE_MD5 := 205b03a87fc83dab653b628c59b9fc91
READLINE := readline-$(READLINE_VERSION)
READLINE_SUFFIX := tar.gz
READLINE_URL := $(call ptx/mirror, GNU, readline/$(READLINE).$(READLINE_SUFFIX))