initscripts-shr: remove devtmpfs initscript for palmpre machine
[openembedded.git] / recipes / editline / editline_20100424-3.0.bb
blob9f9686b9ee718496dfef8a340766a4a57bf95241
1 inherit autotools pkgconfig
3 DESCRIPTION = "This is an autotool- and libtoolized port of the NetBSD \
4 Editline library (libedit)."
5 HOMEPAGE = "http://www.thrysoee.dk/editline/"
6 SECTION = "libs"
7 LICENSE = "BSD"
8 DEPENDS += "ncurses"
9 PROVIDES += "libedit"
10 RPROVIDES_${PN} += "libedit"
11 PR = "r0"
13 SRC_URI = "http://www.thrysoee.dk/editline/libedit-${PV}.tar.gz"
14 SRC_URI[md5sum] = "eb4482139525beff12c8ef59f1a84aae"
15 SRC_URI[sha256sum] = "602b385906b6057f52922afc42cafbceadd8bae4be43c9189ea7fa870a561d86"
16 S = "${WORKDIR}/libedit-${PV}"
18 ENABLE_WIDEC ?= "true"
19 ENABLE_WIDEC[type] = "boolean"
21 EXTRA_OECONF += "\
22 --with-gnu-ld \
23 ${@oe.utils.ifelse(oe.types.value('ENABLE_WIDEC', d), \
24 '--enable-widec', '')} \