blob: 8cc0e959e0e7d999c8ab3f56bd7ef0c25b40c8d8 [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001SUMMARY = "BSD replacement for libreadline"
2DESCRIPTION = "Command line editor library providing generic line editing, \
3history, and tokenization functions"
4HOMEPAGE = "http://www.thrysoee.dk/editline/"
5SECTION = "libs"
6LICENSE = "BSD"
7LIC_FILES_CHKSUM = "file://COPYING;md5=1e4228d0c5a9093b01aeaaeae6641533"
8
9DEPENDS = "ncurses"
10
11inherit autotools
12
13# upstream site does not allow wget's User-Agent
14FETCHCMD_wget += "-U bitbake"
15SRC_URI = "http://www.thrysoee.dk/editline/${BPN}-${PV}.tar.gz \
16 file://stdc-predef.patch \
17 "
18SRC_URI[md5sum] = "97679319742f45d6cdcd6075511b14ac"
19SRC_URI[sha256sum] = "c41bea8fd140fb57ba67a98ec1d8ae0b8ffa82f4aba9c35a87e5a9499e653116"
20
21S = "${WORKDIR}/${BPN}-${PV}"