diff options
author | Max Krummenacher <max.oss.09@gmail.com> | 2015-09-17 10:48:27 +0200 |
---|---|---|
committer | Max Krummenacher <max.oss.09@gmail.com> | 2015-10-12 15:36:39 +0200 |
commit | fa936a5a73041715c90f39df64f5694fe5cb12cf (patch) | |
tree | e0d18a23c6ac0016fd752a946e1b25211ff575bd /recipes-graphics/scrot/giblib_1.2.4.bb | |
parent | 384814fdd3b18baf0c75cc6e82e676b32eb6aed7 (diff) |
scrot, giblib: add fedora download mirror
The upstream server currently gives error 403.
$ wget http://linuxbrit.co.uk/downloads/scrot-0.8.tar.gz
--2015-09-17 10:50:25-- http://linuxbrit.co.uk/downloads/scrot-0.8.tar.gz
Resolving linuxbrit.co.uk (linuxbrit.co.uk)... 65.110.41.18
Connecting to linuxbrit.co.uk (linuxbrit.co.uk)|65.110.41.18|:80... connected.
HTTP request sent, awaiting response... 403 Forbidden
2015-09-17 10:50:25 ERROR 403: Forbidden.
(cherry picked from commit 77e6a09a5afeab9f0d550b3319e134ec991f50cf)
Diffstat (limited to 'recipes-graphics/scrot/giblib_1.2.4.bb')
-rw-r--r-- | recipes-graphics/scrot/giblib_1.2.4.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-graphics/scrot/giblib_1.2.4.bb b/recipes-graphics/scrot/giblib_1.2.4.bb index 87f5944..30d10d5 100644 --- a/recipes-graphics/scrot/giblib_1.2.4.bb +++ b/recipes-graphics/scrot/giblib_1.2.4.bb @@ -5,6 +5,10 @@ LICENSE ="BSD" RDEPENDS_${PN} = "imlib2" DEPENDS = "imlib2" +MIRRORS_prepend () { + http://linuxbrit.co.uk/downloads/ http://pkgs.fedoraproject.org/repo/pkgs/giblib/giblib-${PV}.tar.gz/c810ef5389baf24882a1caca2954385e/ +} + SRC_URI = "http://linuxbrit.co.uk/downloads/giblib-${PV}.tar.gz \ file://fix-giblib-binconfig-paths.patch " LIC_FILES_CHKSUM = "file://COPYING;md5=dd3cb8d7a69f3d0b2a52a46c92389011" |