[oe-commits] [meta-openembedded] 02/11: fbgrab: upgrade 1.3 -> 1.3.1

git at git.openembedded.org git at git.openembedded.org
Wed Mar 4 17:19:56 UTC 2020


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

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 127ad16f25910a1504905d8b06889fa9c0c4a165
Author: Pierre-Jean Texier <pjtexier at koncepto.io>
AuthorDate: Wed Mar 4 10:50:22 2020 +0000

    fbgrab: upgrade 1.3 -> 1.3.1
    
    Switch SRC_URI to github because 'http://fbgrab.monells.se' is no more reachable
    it redirects to a github page.
    
    See full changelog https://github.com/GunnarMonell/fbgrab/releases
    
    Signed-off-by: Pierre-Jean Texier <pjtexier at koncepto.io>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 .../recipes-graphics/fbgrab/{fbgrab_1.3.bb => fbgrab_1.3.1.bb} | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/meta-oe/recipes-graphics/fbgrab/fbgrab_1.3.bb b/meta-oe/recipes-graphics/fbgrab/fbgrab_1.3.1.bb
similarity index 58%
rename from meta-oe/recipes-graphics/fbgrab/fbgrab_1.3.bb
rename to meta-oe/recipes-graphics/fbgrab/fbgrab_1.3.1.bb
index e12bc09..212ba12 100644
--- a/meta-oe/recipes-graphics/fbgrab/fbgrab_1.3.bb
+++ b/meta-oe/recipes-graphics/fbgrab/fbgrab_1.3.1.bb
@@ -1,15 +1,15 @@
 SUMMARY = "FBGrab is a framebuffer screenshot program"
-HOMEPAGE = "http://fbgrab.monells.se/"
+HOMEPAGE = "https://github.com/GunnarMonell/fbgrab"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=ea5bed2f60d357618ca161ad539f7c0a"
 SECTION = "console/utils"
 DEPENDS = "libpng zlib"
-SRC_URI = "http://fbgrab.monells.se/${BP}.tar.gz"
+SRC_URI = "git://github.com/GunnarMonell/fbgrab.git;protocol=https"
 
-inherit autotools-brokensep
+SRCREV = "d3a8b6b42b6b74228e92758a0b015d8b8c1e6fa0"
+S = "${WORKDIR}/git"
 
-SRC_URI[md5sum] = "7d8c24081c681dfbba21f2934c1ac656"
-SRC_URI[sha256sum] = "5fab478cbf8731fbacefaa76236a8f8b38ccff920c53b3a8253bc35509fba8ed"
+inherit autotools-brokensep
 
 do_configure_prepend() {
     sed -i 's|$(DESTDIR)/usr/man/|$(DESTDIR)${mandir}/|g' ${S}/Makefile

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


More information about the Openembedded-commits mailing list