blob: f810013a680d5af875be1b040bf74eb5165a9a54 [file] [log] [blame]
Brad Bishop08902b02019-08-20 09:16:51 -04001SUMMARY = "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-3-Clause"
7LIC_FILES_CHKSUM = "file://COPYING;md5=1e4228d0c5a9093b01aeaaeae6641533"
8
9DEPENDS = "ncurses"
10
11inherit autotools
12
Brad Bishop08902b02019-08-20 09:16:51 -040013SRC_URI = "http://www.thrysoee.dk/editline/${BP}.tar.gz \
14 file://stdc-predef.patch \
Brad Bishop08902b02019-08-20 09:16:51 -040015 "
Brad Bishop1d80a2e2019-11-15 16:35:03 -050016SRC_URI[md5sum] = "2d6568467080cfd75e715d045102b544"
17SRC_URI[sha256sum] = "6dff036660d478bfaa14e407fc5de26d22da1087118c897b1a3ad2e90cb7bf39"
Brad Bishop08902b02019-08-20 09:16:51 -040018
19BBCLASSEXTEND = "native nativesdk"