summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-graphics/fbgrab/fbgrab_1.3.1.bb (renamed from meta-oe/recipes-graphics/fbgrab/fbgrab_1.3.bb)10
1 files 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
index e12bc094d5..212ba129fb 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 @@
1SUMMARY = "FBGrab is a framebuffer screenshot program" 1SUMMARY = "FBGrab is a framebuffer screenshot program"
2HOMEPAGE = "http://fbgrab.monells.se/" 2HOMEPAGE = "https://github.com/GunnarMonell/fbgrab"
3LICENSE = "GPLv2" 3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=ea5bed2f60d357618ca161ad539f7c0a" 4LIC_FILES_CHKSUM = "file://COPYING;md5=ea5bed2f60d357618ca161ad539f7c0a"
5SECTION = "console/utils" 5SECTION = "console/utils"
6DEPENDS = "libpng zlib" 6DEPENDS = "libpng zlib"
7SRC_URI = "http://fbgrab.monells.se/${BP}.tar.gz" 7SRC_URI = "git://github.com/GunnarMonell/fbgrab.git;protocol=https"
8 8
9inherit autotools-brokensep 9SRCREV = "d3a8b6b42b6b74228e92758a0b015d8b8c1e6fa0"
10S = "${WORKDIR}/git"
10 11
11SRC_URI[md5sum] = "7d8c24081c681dfbba21f2934c1ac656" 12inherit autotools-brokensep
12SRC_URI[sha256sum] = "5fab478cbf8731fbacefaa76236a8f8b38ccff920c53b3a8253bc35509fba8ed"
13 13
14do_configure_prepend() { 14do_configure_prepend() {
15 sed -i 's|$(DESTDIR)/usr/man/|$(DESTDIR)${mandir}/|g' ${S}/Makefile 15 sed -i 's|$(DESTDIR)/usr/man/|$(DESTDIR)${mandir}/|g' ${S}/Makefile