Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 1 | SUMMARY = "BSD replacement for libreadline" |
| 2 | DESCRIPTION = "Command line editor library providing generic line editing, \ |
| 3 | history, and tokenization functions" |
| 4 | HOMEPAGE = "http://www.thrysoee.dk/editline/" |
| 5 | SECTION = "libs" |
| 6 | LICENSE = "BSD" |
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=1e4228d0c5a9093b01aeaaeae6641533" |
| 8 | |
| 9 | DEPENDS = "ncurses" |
| 10 | |
| 11 | inherit autotools |
| 12 | |
| 13 | # upstream site does not allow wget's User-Agent |
| 14 | FETCHCMD_wget += "-U bitbake" |
| 15 | SRC_URI = "http://www.thrysoee.dk/editline/${BPN}-${PV}.tar.gz \ |
| 16 | file://stdc-predef.patch \ |
| 17 | " |
| 18 | SRC_URI[md5sum] = "22e945a0476e388e6f78bfc8d6e1192c" |
| 19 | SRC_URI[sha256sum] = "2811d70c0b000f2ca91b7cb1a37203134441743c4fcc9c37b0b687f328611064" |
| 20 | |
| 21 | S = "${WORKDIR}/${BPN}-${PV}" |
| 22 | |
| 23 | BBCLASSEXTEND = "native nativesdk" |