aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/libedit/libedit_20120601.bb
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <marcin.juszkiewicz@linaro.org>2012-09-25 12:15:11 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2012-10-10 09:47:32 +0200
commitd9619f6e6a0b4ffb7957b555167e276487d7a77a (patch)
tree7b6b043b5ab98166bcbd84f76db81c8df6a7459e /meta-oe/recipes-devtools/libedit/libedit_20120601.bb
parent6b3dfebd43ccbddbbf28a3d5c1db55be30d0d412 (diff)
downloadmeta-openembedded-d9619f6e6a0b4ffb7957b555167e276487d7a77a.tar.gz
libedit: update to latest version
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
Diffstat (limited to 'meta-oe/recipes-devtools/libedit/libedit_20120601.bb')
-rw-r--r--meta-oe/recipes-devtools/libedit/libedit_20120601.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/libedit/libedit_20120601.bb b/meta-oe/recipes-devtools/libedit/libedit_20120601.bb
new file mode 100644
index 0000000000..1be967d850
--- /dev/null
+++ b/meta-oe/recipes-devtools/libedit/libedit_20120601.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "BSD replacement for libreadline"
+HOMEPAGE = "http://www.thrysoee.dk/editline/"
+SECTION = "libs"
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://COPYING;md5=1e4228d0c5a9093b01aeaaeae6641533"
+
+DEPENDS = "ncurses"
+
+inherit autotools
+
+SRC_URI = "http://www.thrysoee.dk/editline/${PN}-${PV}-3.0.tar.gz"
+
+S = "${WORKDIR}/${PN}-${PV}-3.0"
+
+SRC_URI[md5sum] = "e50f6a7afb4de00c81650f7b1a0f5aea"
+SRC_URI[sha256sum] = "51f0f4b4a97b7ebab26e7b5c2564c47628cdb3042fd8ba8d0605c719d2541918"