summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2018-03-21 10:45:56 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2018-03-22 09:20:48 +0100
commit4131ddcd46ae95f193c7e6f14e84d0abfed61f55 (patch)
tree21555a6abc0230bd93a11c135eb885396d5895bf
parent28ed54d3b2cc89dbb482e1950aec62365beb4dda (diff)
scrot, giblib: use Fedora mirrors by default
The original website linuxbrit.co.uk has definitly vanished, so use Fedora mirrors by default. It appears that the mirror prepend solution messed with the Toradex mirrors. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
-rw-r--r--recipes-graphics/scrot/giblib_1.2.4.bb3
-rw-r--r--recipes-graphics/scrot/scrot_0.8.bb3
2 files changed, 2 insertions, 4 deletions
diff --git a/recipes-graphics/scrot/giblib_1.2.4.bb b/recipes-graphics/scrot/giblib_1.2.4.bb
index 4fedbfa..587c7fb 100644
--- a/recipes-graphics/scrot/giblib_1.2.4.bb
+++ b/recipes-graphics/scrot/giblib_1.2.4.bb
@@ -6,11 +6,10 @@ LICENSE = "BSD"
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 \
+ http://pkgs.fedoraproject.org/repo/pkgs/giblib/giblib-${PV}.tar.gz/c810ef5389baf24882a1caca2954385e/giblib-${PV}.tar.gz \
file://fix-giblib-binconfig-paths.patch \
"
LIC_FILES_CHKSUM = "file://COPYING;md5=dd3cb8d7a69f3d0b2a52a46c92389011"
diff --git a/recipes-graphics/scrot/scrot_0.8.bb b/recipes-graphics/scrot/scrot_0.8.bb
index 7dd3ac2..6a0b6dc 100644
--- a/recipes-graphics/scrot/scrot_0.8.bb
+++ b/recipes-graphics/scrot/scrot_0.8.bb
@@ -8,11 +8,10 @@ RDEPENDS_${PN} = "imlib2-loaders"
DEPENDS = "imlib2 giblib"
MIRRORS_prepend () {
- http://linuxbrit.co.uk/downloads/ http://pkgs.fedoraproject.org/repo/pkgs/scrot/scrot-${PV}.tar.gz/ccae904d225609571bdd3b03445c1e88/
}
SRC_URI = " \
- http://linuxbrit.co.uk/downloads/scrot-${PV}.tar.gz \
+ http://pkgs.fedoraproject.org/repo/pkgs/scrot/scrot-${PV}.tar.gz/ccae904d225609571bdd3b03445c1e88/scrot-${PV}.tar.gz \
file://fix-scrot-include-paths.patch \
"
LIC_FILES_CHKSUM = "file://COPYING;md5=dd3cb8d7a69f3d0b2a52a46c92389011"