]> code.ossystems Code Review - openembedded-core.git/commitdiff
less: upgrade 549 (terribly broken) -> 550
authorAndreas Müller <schnitzeltony@gmail.com>
Tue, 26 Mar 2019 15:00:11 +0000 (16:00 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 26 Mar 2019 15:37:32 +0000 (15:37 +0000)
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

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/less/less_550.bb [moved from meta/recipes-extended/less/less_549.bb with 89% similarity]

similarity index 89%
rename from meta/recipes-extended/less/less_549.bb
rename to meta/recipes-extended/less/less_550.bb
index 140c89fcb0b82e4db66dd95e47c6a1de9652bd9c..bb1618f1eb52db1e0c75ceda00530c4a1aa7abd5 100644 (file)
@@ -28,8 +28,8 @@ DEPENDS = "ncurses"
 SRC_URI = "http://www.greenwoodsoftware.com/${BPN}/${BPN}-${PV}.tar.gz \
          "
 
-SRC_URI[md5sum] = "d12863d348077739a4d3bc67ad9b7f00"
-SRC_URI[sha256sum] = "eec42357903faabfb294ffcc41ff08cbb29db54db46568cd8d0ed15a0482e19d"
+SRC_URI[md5sum] = "8caff88e34afff512b663d7c690bd2cf"
+SRC_URI[sha256sum] = "6a53639f08d7ed05b6e104b82c32193f79ac01a3eddb20e114e1c261948bd57b"
 
 UPSTREAM_CHECK_URI = "http://www.greenwoodsoftware.com/less/download.html"