diff options
author | Max Krummenacher <max.oss.09@gmail.com> | 2015-05-16 12:14:15 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-05-28 10:35:34 +0200 |
commit | be9b8628fa6ce8113648a73969c5f0242d5b104a (patch) | |
tree | d61768fd20b0c8819f1c3af5658e290d05434cbe /meta-gnome/recipes-support | |
parent | 23cef196351d5faf6daf75fa305c8eff1f4b71b7 (diff) | |
download | meta-openembedded-be9b8628fa6ce8113648a73969c5f0242d5b104a.tar.gz |
florence: use ${SOURCEFORGE_MIRROR} in SRC_URI
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>
Diffstat (limited to 'meta-gnome/recipes-support')
-rw-r--r-- | meta-gnome/recipes-support/florence/florence_0.5.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 9eab38575..71014f087 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" | |||
10 | 10 | ||
11 | DEPENDS = "gtk+ libxml2 libglade librsvg libxtst gconf cairo intltool-native gnome-doc-utils libnotify" | 11 | DEPENDS = "gtk+ libxml2 libglade librsvg libxtst gconf cairo intltool-native gnome-doc-utils libnotify" |
12 | 12 | ||
13 | SRC_URI = "http://switch.dl.sourceforge.net/project/florence/florence/0.5.1/florence-0.5.1.tar.bz2 \ | 13 | SRC_URI = "${SOURCEFORGE_MIRROR}/florence/florence/${PV}/florence-${PV}.tar.bz2 \ |
14 | file://0001-Fix-glib-includes.patch" | 14 | file://0001-Fix-glib-includes.patch" |
15 | SRC_URI[md5sum] = "56d12e5b47c100d9df172aa5ddc0f609" | 15 | SRC_URI[md5sum] = "56d12e5b47c100d9df172aa5ddc0f609" |
16 | SRC_URI[sha256sum] = "7b06ed84ef2b7b22d8d2cf0c7d013a05409bd82028240ac8719a68b192d5bc62" | 16 | SRC_URI[sha256sum] = "7b06ed84ef2b7b22d8d2cf0c7d013a05409bd82028240ac8719a68b192d5bc62" |