summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2019-03-26 16:00:11 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-03-29 08:28:53 +0000
commit0c2353d96a7ca1472df1ea758c578e7dbef1d7f9 (patch)
treef72b29c160791f51abdd980c7992e22efb5cd443 /meta/recipes-extended
parent236d3c89796a40a2fb1f314b899f6dad96293e45 (diff)
downloadpoky-0c2353d96a7ca1472df1ea758c578e7dbef1d7f9.tar.gz
less: upgrade 549 (terribly broken) -> 550
Test case: * open xfce4-terminal * run 'echo | less' * press arrow up/down few times * exit less with 'q' => From now on all mouse(wheel) buttons create strange inputs on terminal Release note says [1]: "Sometimes the terminal was left in mouse-reporting mode after exiting less." http://www.greenwoodsoftware.com/less/index.html (From OE-Core rev: 4cefbf492d98ec14b8bb323c92d987b795addaf2) Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r--meta/recipes-extended/less/less_550.bb (renamed from meta/recipes-extended/less/less_549.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/less/less_549.bb b/meta/recipes-extended/less/less_550.bb
index 140c89fcb0..bb1618f1eb 100644
--- a/meta/recipes-extended/less/less_549.bb
+++ b/meta/recipes-extended/less/less_550.bb
@@ -28,8 +28,8 @@ DEPENDS = "ncurses"
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[md5sum] = "d12863d348077739a4d3bc67ad9b7f00" 31SRC_URI[md5sum] = "8caff88e34afff512b663d7c690bd2cf"
32SRC_URI[sha256sum] = "eec42357903faabfb294ffcc41ff08cbb29db54db46568cd8d0ed15a0482e19d" 32SRC_URI[sha256sum] = "6a53639f08d7ed05b6e104b82c32193f79ac01a3eddb20e114e1c261948bd57b"
33 33
34UPSTREAM_CHECK_URI = "http://www.greenwoodsoftware.com/less/download.html" 34UPSTREAM_CHECK_URI = "http://www.greenwoodsoftware.com/less/download.html"
35 35