aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libedit
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-04-15 09:09:01 -0700
committerTom Rini <tom_rini@mentor.com>2011-04-15 09:09:01 -0700
commit2178ff9f51bec35d726c128549eeddebaa298646 (patch)
treea3ebce83a012e3894b0ae5b757d5481b775e8b38 /recipes/libedit
parent91c14caa8819b08def8ea99e02949e49604c2e86 (diff)
downloadopenembedded-2178ff9f51bec35d726c128549eeddebaa298646.tar.gz
libedit: Add 20100424 (3.0)
Recipe courtesy of Freescale. Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/libedit')
-rw-r--r--recipes/libedit/libedit_20100424.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes/libedit/libedit_20100424.bb b/recipes/libedit/libedit_20100424.bb
new file mode 100644
index 0000000000..5574ef34af
--- /dev/null
+++ b/recipes/libedit/libedit_20100424.bb
@@ -0,0 +1,17 @@
+DESCRIPTION = "BSD replacement for libreadline"
+HOMEPAGE = "http://www.thrysoee.dk/editline/"
+SECTION = "libs"
+LICENSE="BSD-2"
+DEPENDS = "ncurses"
+PR = "r0"
+
+inherit autotools
+
+SRC_URI = "http://www.thrysoee.dk/editline/${PN}-${PV}-3.0.tar.gz"
+
+S = ${WORKDIR}/${PN}-${PV}-3.0
+
+FILES_${PN} = "${libdir}/libedit.so"
+
+SRC_URI[md5sum] = "eb4482139525beff12c8ef59f1a84aae"
+SRC_URI[sha256sum] = "602b385906b6057f52922afc42cafbceadd8bae4be43c9189ea7fa870a561d86"