summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/less
diff options
context:
space:
mode:
authorwangmy <wangmy@fujitsu.com>2022-01-10 22:05:04 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-01-11 15:48:10 +0000
commitd91ce77d56844d770e6846fa3929bb1eb6751cd2 (patch)
tree618817e58ce0c64357808f4ba9e3419cda7a98b9 /meta/recipes-extended/less
parentd3b77c2aa5be70df609af28330d52cb88a5bd498 (diff)
downloadpoky-d91ce77d56844d770e6846fa3929bb1eb6751cd2.tar.gz
less: upgrade 598 -> 600
License-Update: year updated to 2022. Changelog: ========== Add the --header option. Add the --no-number-headers option. Add the --status-line option. Add the --redraw-on-quit option. Add the --search-options option. Add 'H' color type to set color of header lines. Add #version conditional to lesskey. Add += syntax to variable section in lesskey files. Allow option name in -- command to end with '=' in addition to '\n'. Add $HOME/.config to possible locations of lesskey file. Add $XDG_STATE_HOME and $HOME/.local/state to possible locations of history file. Don't read or write history file in secure mode. Fix display of multibyte and double-width chars in prompt. Fix ESC-BACKSPACE command when BACKSPACE key does not send 0x08. Add more \k codes to lesskey format. Fix bug when empty file is modified while viewing it. Fix bug when parsing a malformed lesskey file. Fix bug scrolling history when --incsearch is set. Fix buffer overflow when invoking lessecho with more than 63 -m/-n options. Fix bug restoring color at end of highlighted text. Fix bug in parsing lesskey file. Defer moving cursor to lower left in some more cases. Suppress TAB filename expansion in some cases where it doesn't make sense. (From OE-Core rev: 30047fb4fcdef868c6d45cb6a71fbc9278600ba2) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/less')
-rw-r--r--meta/recipes-extended/less/less_600.bb (renamed from meta/recipes-extended/less/less_598.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/less/less_598.bb b/meta/recipes-extended/less/less_600.bb
index 574efff365..707870feeb 100644
--- a/meta/recipes-extended/less/less_598.bb
+++ b/meta/recipes-extended/less/less_600.bb
@@ -21,14 +21,14 @@ SECTION = "console/utils"
21 21
22LICENSE = "GPLv3+ | BSD-2-Clause" 22LICENSE = "GPLv3+ | BSD-2-Clause"
23LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464 \ 23LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464 \
24 file://LICENSE;md5=ba01d0cab7f62f7f2204c7780ff6a87d \ 24 file://LICENSE;md5=38fc26d78ca8d284a2a5a4bbc263d29b \
25 " 25 "
26DEPENDS = "ncurses" 26DEPENDS = "ncurses"
27 27
28SRC_URI = "http://www.greenwoodsoftware.com/${BPN}/${BPN}-${PV}.tar.gz \ 28SRC_URI = "http://www.greenwoodsoftware.com/${BPN}/${BPN}-${PV}.tar.gz \
29 " 29 "
30 30
31SRC_URI[sha256sum] = "64e0eb24534ac70d15ff3a36c8853f7a48196aa230d2a104707fc4ff1a45e982" 31SRC_URI[sha256sum] = "6633d6aa2b3cc717afb2c205778c7c42c4620f63b1d682f3d12c98af0be74d20"
32 32
33UPSTREAM_CHECK_URI = "http://www.greenwoodsoftware.com/less/download.html" 33UPSTREAM_CHECK_URI = "http://www.greenwoodsoftware.com/less/download.html"
34 34