mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 14:59:55 +00:00
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@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
c6ab2196ae
commit
127ad16f25
+5
-5
@@ -1,16 +1,16 @@
|
||||
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"
|
||||
|
||||
SRCREV = "d3a8b6b42b6b74228e92758a0b015d8b8c1e6fa0"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit autotools-brokensep
|
||||
|
||||
SRC_URI[md5sum] = "7d8c24081c681dfbba21f2934c1ac656"
|
||||
SRC_URI[sha256sum] = "5fab478cbf8731fbacefaa76236a8f8b38ccff920c53b3a8253bc35509fba8ed"
|
||||
|
||||
do_configure_prepend() {
|
||||
sed -i 's|$(DESTDIR)/usr/man/|$(DESTDIR)${mandir}/|g' ${S}/Makefile
|
||||
}
|
||||
Reference in New Issue
Block a user