diff options
-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 @@ | |||
1 | SUMMARY = "FBGrab is a framebuffer screenshot program" | 1 | SUMMARY = "FBGrab is a framebuffer screenshot program" |
2 | HOMEPAGE = "http://fbgrab.monells.se/" | 2 | HOMEPAGE = "https://github.com/GunnarMonell/fbgrab" |
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=ea5bed2f60d357618ca161ad539f7c0a" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=ea5bed2f60d357618ca161ad539f7c0a" |
5 | SECTION = "console/utils" | 5 | SECTION = "console/utils" |
6 | DEPENDS = "libpng zlib" | 6 | DEPENDS = "libpng zlib" |
7 | SRC_URI = "http://fbgrab.monells.se/${BP}.tar.gz" | 7 | SRC_URI = "git://github.com/GunnarMonell/fbgrab.git;protocol=https" |
8 | 8 | ||
9 | inherit autotools-brokensep | 9 | SRCREV = "d3a8b6b42b6b74228e92758a0b015d8b8c1e6fa0" |
10 | S = "${WORKDIR}/git" | ||
10 | 11 | ||
11 | SRC_URI[md5sum] = "7d8c24081c681dfbba21f2934c1ac656" | 12 | inherit autotools-brokensep |
12 | SRC_URI[sha256sum] = "5fab478cbf8731fbacefaa76236a8f8b38ccff920c53b3a8253bc35509fba8ed" | ||
13 | 13 | ||
14 | do_configure_prepend() { | 14 | do_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 |