Brad Bishop | 08902b0 | 2019-08-20 09:16:51 -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-3-Clause" |
| 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/${BP}.tar.gz \ |
| 16 | file://stdc-predef.patch \ |
| 17 | " |
| 18 | SRC_URI[md5sum] = "bec755c8044ad84b752dfe49a0b371d8" |
| 19 | SRC_URI[sha256sum] = "ac8f0f51c1cf65492e4d1e3ed2be360bda41e54633444666422fbf393bba1bae" |
| 20 | |
| 21 | BBCLASSEXTEND = "native nativesdk" |