All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-gnome][PATCH] florence: use ${SOURCEFORGE_MIRROR} in SRC_URI
@ 2015-05-16 10:14 Max Krummenacher
  2015-05-26 17:28 ` Max Krummenacher
  0 siblings, 1 reply; 5+ messages in thread
From: Max Krummenacher @ 2015-05-16 10:14 UTC (permalink / raw)
  To: openembedded-devel

http://switch.dl.sourceforge.net has been down for some time.
Use the OE provided mirror variable instead.

Signed-off-by: Max Krummenacher <max.oss.09@gmail.com>
---
 meta-gnome/recipes-support/florence/florence_0.5.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-gnome/recipes-support/florence/florence_0.5.1.bb b/meta-gnome/recipes-support/florence/florence_0.5.1.bb
index 9eab385..71014f0 100644
--- a/meta-gnome/recipes-support/florence/florence_0.5.1.bb
+++ b/meta-gnome/recipes-support/florence/florence_0.5.1.bb
@@ -10,7 +10,7 @@ PR = "r1"
 
 DEPENDS = "gtk+ libxml2 libglade librsvg libxtst gconf cairo intltool-native gnome-doc-utils libnotify"
 
-SRC_URI = "http://switch.dl.sourceforge.net/project/florence/florence/0.5.1/florence-0.5.1.tar.bz2 \
+SRC_URI = "${SOURCEFORGE_MIRROR}/florence/florence/${PV}/florence-${PV}.tar.bz2 \
            file://0001-Fix-glib-includes.patch"
 SRC_URI[md5sum] = "56d12e5b47c100d9df172aa5ddc0f609"
 SRC_URI[sha256sum] = "7b06ed84ef2b7b22d8d2cf0c7d013a05409bd82028240ac8719a68b192d5bc62"
-- 
1.8.4.5



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-05-27 10:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-16 10:14 [meta-gnome][PATCH] florence: use ${SOURCEFORGE_MIRROR} in SRC_URI Max Krummenacher
2015-05-26 17:28 ` Max Krummenacher
2015-05-27 10:33   ` Martin Jansa
2015-05-27 10:52     ` Max Krummenacher
2015-05-27 10:56       ` Martin Jansa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.