diff options
Diffstat (limited to 'meta-oe/recipes-devtools/libedit/libedit_20160618-3.1.bb')
| -rw-r--r-- | meta-oe/recipes-devtools/libedit/libedit_20160618-3.1.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/libedit/libedit_20160618-3.1.bb b/meta-oe/recipes-devtools/libedit/libedit_20160618-3.1.bb new file mode 100644 index 0000000000..bda421d812 --- /dev/null +++ b/meta-oe/recipes-devtools/libedit/libedit_20160618-3.1.bb | |||
| @@ -0,0 +1,20 @@ | |||
| 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 | |||
| 17 | S = "${WORKDIR}/${BPN}-${PV}" | ||
| 18 | |||
| 19 | SRC_URI[md5sum] = "b6e60f326a3fce91bea1a6fe4700af58" | ||
| 20 | SRC_URI[sha256sum] = "b6b159c0c6ec8a7f349ea2a75d8b960efa346c462c1ac4921f1ac0de85a9f5d6" | ||
