[oe-commits] Tom Rini : libedit: Add 20100424 (3.0)

git version control git at git.openembedded.org
Thu Apr 21 20:02:35 UTC 2011


Module: openembedded.git
Branch: testing-next
Commit: 2178ff9f51bec35d726c128549eeddebaa298646
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=2178ff9f51bec35d726c128549eeddebaa298646

Author: Tom Rini <tom_rini at mentor.com>
Date:   Fri Apr 15 09:09:01 2011 -0700

libedit: Add 20100424 (3.0)

Recipe courtesy of Freescale.

Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 recipes/libedit/libedit_20100424.bb |   17 +++++++++++++++++
 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 0000000..5574ef3
--- /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"





More information about the Openembedded-commits mailing list