summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/libedit
Commit message (Collapse)AuthorAgeFilesLines
* libedit/readline: Correct package alternatives link for manpageJeremy A. Puhlman2020-02-281-1/+1
| | | | | | | (From OE-Core rev: 2db36468c98d67fe49fd71609721aa59f0bfffc8) Signed-off-by: Jeremy A. Puhlman <jpuhlman@mvista.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* readline/ediline: Fix conflicting manpagesJeremy Puhlman2020-02-251-0/+6
| | | | | | | | | file /usr/share/man/man3/history.3 conflicts between attempted installs of libedit-doc-20191231+3.1-r0.corei7_64 and readline-doc-8.0-r0.corei7_64 (From OE-Core rev: 23ad05b98a2e1ced47aac3b1d7689c7146ff8c91) Signed-off-by: Jeremy A. Puhlman <jpuhlman@mvista.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libedit: upgrade 20191025-3.1 -> 20191231-3.1Alexander Kanavin2020-02-031-2/+2
| | | | | | | (From OE-Core rev: 97045a0d87efc9bd20c2c096cab1c3e63e3bb436) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libedit: upgrade 20190324 -> 20191025Zang Ruochen2019-11-142-37/+2
| | | | | | | | | | -libedit/0001-readline.c-fix-cannot-get-history.patch Removed since this is included in 20191025-3.1. (From OE-Core rev: a29bb560de072e669835e16d65ef50b72583a081) Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libedit: remove FETCHCMD appendRoss Burton2019-09-061-2/+0
| | | | | | | | | | | | | | | | | This dates from when upstream was for some reason refusing the wget user agent, but this isn't the case anymore: $ wget http://www.thrysoee.dk/editline/libedit-20190324-3.1.tar.gz ... HTTP request sent, awaiting response... 200 OK Length: 521999 (510K) [application/x-gzip] Saving to: ‘libedit-20190324-3.1.tar.gz’ 2019-09-03 11:53:20 (1.22 MB/s) - ‘libedit-20190324-3.1.tar.gz’ saved [521999/521999] (From OE-Core rev: 491aff847714464f1edf79968d3684e07764636a) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libedit: fix failed to get historyChangqing Li2019-08-282-0/+35
| | | | | | | | | | | | | | | Reproduce steps: run fileman under examples, history command not work, nothing is output. Fix by increase history_offset when add history, if not, it will make current history event not align with offset, and cannot get history correctly. (From OE-Core rev: a1ff64bee270c151532e68a5151e622de71b5321) Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libedit: fix upstream verison checkAlexander Kanavin2019-08-061-2/+0
| | | | | | | | | The default works fine; not sure why the line was added. (From OE-Core rev: 66bb9fd36128bb5ce12c7a5e224cfcd69dc2cd06) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libedit: Move from meta-oeKhem Raj2019-08-032-0/+41
libedit is needed by llvm on linux and this makes it useful for both oe-core and clang layer among other users Thanks to various contributors in maintaing it in meta-oe (From OE-Core rev: cbbfac2a330ad5577a56b5d0fe74300acff287f8) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>