[oe-commits] [openembedded-core] 02/02: less: upgrade 549 (terribly broken) -> 550

git at git.openembedded.org git at git.openembedded.org
Tue Mar 26 15:39:26 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 4cefbf492d98ec14b8bb323c92d987b795addaf2
Author: Andreas Müller <schnitzeltony at gmail.com>
AuthorDate: Tue Mar 26 16:00:11 2019 +0100

    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
    
    Signed-off-by: Andreas Müller <schnitzeltony at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-extended/less/{less_549.bb => less_550.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-extended/less/less_549.bb b/meta/recipes-extended/less/less_550.bb
similarity index 89%
rename from meta/recipes-extended/less/less_549.bb
rename to meta/recipes-extended/less/less_550.bb
index 140c89f..bb1618f 100644
--- a/meta/recipes-extended/less/less_549.bb
+++ b/meta/recipes-extended/less/less_550.bb
@@ -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"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list