aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/libedit/libedit_20180525-3.1.bb
diff options
context:
space:
mode:
authorMingli Yu <mingli.yu@windriver.com>2018-06-27 02:49:18 -0700
committerKhem Raj <raj.khem@gmail.com>2018-06-27 22:17:33 -0700
commitbd2876139251bc1f2e18aa0dd19d18676ec3375e (patch)
tree18c719cfc0e7b2874aea2feabb2ee0a31931a3d5 /meta-oe/recipes-devtools/libedit/libedit_20180525-3.1.bb
parent2041c5bd6ab888a1f9d11a320fddb7531858d7b5 (diff)
downloadmeta-openembedded-bd2876139251bc1f2e18aa0dd19d18676ec3375e.tar.gz
libedit: Upgrade to 20180525-3.1
Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/libedit/libedit_20180525-3.1.bb')
-rw-r--r--meta-oe/recipes-devtools/libedit/libedit_20180525-3.1.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/libedit/libedit_20180525-3.1.bb b/meta-oe/recipes-devtools/libedit/libedit_20180525-3.1.bb
new file mode 100644
index 0000000000..8cc0e959e0
--- /dev/null
+++ b/meta-oe/recipes-devtools/libedit/libedit_20180525-3.1.bb
@@ -0,0 +1,21 @@
+SUMMARY = "BSD replacement for libreadline"
+DESCRIPTION = "Command line editor library providing generic line editing, \
+history, and tokenization functions"
+HOMEPAGE = "http://www.thrysoee.dk/editline/"
+SECTION = "libs"
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://COPYING;md5=1e4228d0c5a9093b01aeaaeae6641533"
+
+DEPENDS = "ncurses"
+
+inherit autotools
+
+# upstream site does not allow wget's User-Agent
+FETCHCMD_wget += "-U bitbake"
+SRC_URI = "http://www.thrysoee.dk/editline/${BPN}-${PV}.tar.gz \
+ file://stdc-predef.patch \
+ "
+SRC_URI[md5sum] = "97679319742f45d6cdcd6075511b14ac"
+SRC_URI[sha256sum] = "c41bea8fd140fb57ba67a98ec1d8ae0b8ffa82f4aba9c35a87e5a9499e653116"
+
+S = "${WORKDIR}/${BPN}-${PV}"