[OE-core] [PATCH 1/2] libedit: Add recipe

Oleg Zhurakivskyy oleg.zhurakivskyy at intel.com
Thu Feb 12 13:01:36 UTC 2015


Signed-off-by: Oleg Zhurakivskyy <oleg.zhurakivskyy at intel.com>
---
 meta/recipes-core/libedit/libedit_0.52.bb | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 meta/recipes-core/libedit/libedit_0.52.bb

diff --git a/meta/recipes-core/libedit/libedit_0.52.bb b/meta/recipes-core/libedit/libedit_0.52.bb
new file mode 100644
index 0000000..d1b1ff5
--- /dev/null
+++ b/meta/recipes-core/libedit/libedit_0.52.bb
@@ -0,0 +1,22 @@
+SUMMARY = "Editline Library"
+
+DESCRIPTION = "Editline is a command line editor library that provides \
+generic line editing, history, and tokenization functions, similar \
+to those found in GNU Readline."
+
+HOMEPAGE = "http://thrysoee.dk/editline/"
+SECTION = "libs"
+LICENSE ="BSD-3-Clause"
+
+DEPENDS = "ncurses"
+
+LIC_FILES_CHKSUM = "file://COPYING;md5=1e4228d0c5a9093b01aeaaeae6641533 \
+	 file://src/editline/readline.h;beginline=3;endline=30;md5=e53a11ef54ae0dedee96693404b299d4"
+
+inherit autotools
+
+S = "${WORKDIR}/libedit-20141029-3.1"
+
+SRC_URI = "http://thrysoee.dk/editline/libedit-20141030-3.1.tar.gz"
+SRC_URI[md5sum] = "5f18e63346d31b877cdf36b5c59b810b"
+SRC_URI[sha256sum] = "9701e16570fb8f7fa407b506986652221b701a9dd61defc05bb7d1c61cdf5a40"
-- 
2.1.0




More information about the Openembedded-core mailing list