summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/libedit/libedit_20130712-3.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-devtools/libedit/libedit_20130712-3.1.bb')
-rw-r--r--meta-oe/recipes-devtools/libedit/libedit_20130712-3.1.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/libedit/libedit_20130712-3.1.bb b/meta-oe/recipes-devtools/libedit/libedit_20130712-3.1.bb
new file mode 100644
index 000000000..1f76bb2c7
--- /dev/null
+++ b/meta-oe/recipes-devtools/libedit/libedit_20130712-3.1.bb
@@ -0,0 +1,20 @@
1SUMMARY = "BSD replacement for libreadline"
2DESCRIPTION = "Command line editor library providing generic line editing, \
3history, and tokenization functions"
4HOMEPAGE = "http://www.thrysoee.dk/editline/"
5SECTION = "libs"
6LICENSE = "BSD"
7LIC_FILES_CHKSUM = "file://COPYING;md5=1e4228d0c5a9093b01aeaaeae6641533"
8
9DEPENDS = "ncurses"
10
11inherit autotools
12
13# upstream site does not allow wget's User-Agent
14FETCHCMD_wget += "-U bitbake"
15SRC_URI = "http://www.thrysoee.dk/editline/${BPN}-${PV}.tar.gz"
16
17S = "${WORKDIR}/${BPN}-${PV}"
18
19SRC_URI[md5sum] = "0891336c697362727a1fa7e60c5cb96c"
20SRC_URI[sha256sum] = "5d9b1a9dd66f1fe28bbd98e4d8ed1a22d8da0d08d902407dcc4a0702c8d88a37"