Skip to content

Commit

Permalink
editline: add recipe, version 20100424-3.0
Browse files Browse the repository at this point in the history
This is an autotooled/libtoolized port of the NetBSD libedit.

Signed-off-by: Chris Larson <chris_larson@mentor.com>
  • Loading branch information
kergoth committed Jan 7, 2011
1 parent 61884ba commit 7af84fb
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
2 changes: 1 addition & 1 deletion MAINTAINERS
Expand Up @@ -38,7 +38,7 @@ Person: Christopher Larson
Mail: clarson@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
Expand Down
25 changes: 25 additions & 0 deletions 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', '')} \
"

0 comments on commit 7af84fb

Please sign in to comment.