[oe-commits] Chris Larson : editline: add recipe, version 20100424-3.0

git version control git at git.openembedded.org
Fri Apr 22 17:52:27 UTC 2011


Module: openembedded.git
Branch: shr/testing2011.1
Commit: bd4551ade51d5279c426455e35fe8d3fb45a7db2
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=bd4551ade51d5279c426455e35fe8d3fb45a7db2

Author: Chris Larson <chris_larson at mentor.com>
Date:   Fri Jan  7 17:19:26 2011 -0500

editline: add recipe, version 20100424-3.0

This is an autotooled/libtoolized port of the NetBSD libedit.

Signed-off-by: Chris Larson <chris_larson at mentor.com>

---

 MAINTAINERS                               |    2 +-
 recipes/editline/editline_20100424-3.0.bb |   25 +++++++++++++++++++++++++
 2 files changed, 26 insertions(+), 1 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 320796b..6bfc2e9 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -38,7 +38,7 @@ Person:     Christopher Larson
 Mail:       clarson at kergoth.com
 Recipes:    autoconf, automake, libtool, gnu-config
 Recipes:    gzip, lzip, ed, genromfs, which, cwautomacros
-Recipes:    unifdef, termcap
+Recipes:    unifdef, termcap, editline
 Classes:    autotools.bbclass
 
 Person:     Cliff Brake
diff --git a/recipes/editline/editline_20100424-3.0.bb b/recipes/editline/editline_20100424-3.0.bb
new file mode 100644
index 0000000..9f9686b
--- /dev/null
+++ b/recipes/editline/editline_20100424-3.0.bb
@@ -0,0 +1,25 @@
+inherit autotools pkgconfig
+
+DESCRIPTION = "This is an autotool- and libtoolized port of the NetBSD \
+Editline library (libedit)."
+HOMEPAGE = "http://www.thrysoee.dk/editline/"
+SECTION = "libs"
+LICENSE = "BSD"
+DEPENDS += "ncurses"
+PROVIDES += "libedit"
+RPROVIDES_${PN} += "libedit"
+PR = "r0"
+
+SRC_URI = "http://www.thrysoee.dk/editline/libedit-${PV}.tar.gz"
+SRC_URI[md5sum] = "eb4482139525beff12c8ef59f1a84aae"
+SRC_URI[sha256sum] = "602b385906b6057f52922afc42cafbceadd8bae4be43c9189ea7fa870a561d86"
+S = "${WORKDIR}/libedit-${PV}"
+
+ENABLE_WIDEC ?= "true"
+ENABLE_WIDEC[type] = "boolean"
+
+EXTRA_OECONF += "\
+    --with-gnu-ld \
+    ${@oe.utils.ifelse(oe.types.value('ENABLE_WIDEC', d), \
+                       '--enable-widec', '')} \
+"





More information about the Openembedded-commits mailing list