diff options
| author | Li xin <lixin.fnst@cn.fujitsu.com> | 2015-07-23 15:53:16 +0800 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-07-30 21:07:36 +0200 |
| commit | 6f91b61c0755c954d7bdce680f1c9926238c1c66 (patch) | |
| tree | b6fdeca172ad924d980c2fed059ee5c456b032c2 /meta-oe/recipes-devtools/libedit/libedit_20130712-3.1.bb | |
| parent | bce4dba5546480c8e43c6442959ac7d0a4ef32f6 (diff) | |
| download | meta-openembedded-6f91b61c0755c954d7bdce680f1c9926238c1c66.tar.gz | |
libedit: upgrade 20130712-3.1 -> 20150325-3.1
Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/libedit/libedit_20130712-3.1.bb')
| -rw-r--r-- | meta-oe/recipes-devtools/libedit/libedit_20130712-3.1.bb | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/meta-oe/recipes-devtools/libedit/libedit_20130712-3.1.bb b/meta-oe/recipes-devtools/libedit/libedit_20130712-3.1.bb deleted file mode 100644 index 1f76bb2c74..0000000000 --- a/meta-oe/recipes-devtools/libedit/libedit_20130712-3.1.bb +++ /dev/null | |||
| @@ -1,20 +0,0 @@ | |||
| 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] = "0891336c697362727a1fa7e60c5cb96c" | ||
| 20 | SRC_URI[sha256sum] = "5d9b1a9dd66f1fe28bbd98e4d8ed1a22d8da0d08d902407dcc4a0702c8d88a37" | ||
