[oe-commits] Khem Raj : pangomm: Use http instead of ftp for SRC_URI

git at git.openembedded.org git at git.openembedded.org
Wed May 13 12:44:34 UTC 2015


Module: meta-openembedded.git
Branch: master-next
Commit: 7dc668bd39e4e074392ba751c42fa300002eb33e
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=7dc668bd39e4e074392ba751c42fa300002eb33e

Author: Khem Raj <raj.khem at gmail.com>
Date:   Tue May  5 12:09:08 2015 -0700

pangomm: Use http instead of ftp for SRC_URI

Fixes fetch failures

Signed-off-by: Khem Raj <raj.khem at gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-graphics/pango/pangomm_2.34.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-graphics/pango/pangomm_2.34.0.bb b/meta-oe/recipes-graphics/pango/pangomm_2.34.0.bb
index 45218c2..00f9e36 100644
--- a/meta-oe/recipes-graphics/pango/pangomm_2.34.0.bb
+++ b/meta-oe/recipes-graphics/pango/pangomm_2.34.0.bb
@@ -8,7 +8,7 @@ DEPENDS = "mm-common cairomm glibmm pango"
 
 SHRT_VER = "${@d.getVar('PV',1).split('.')[0]}.${@d.getVar('PV',1).split('.')[1]}"
 
-SRC_URI = "ftp://ftp.gnome.org/pub/GNOME/sources/pangomm/${SHRT_VER}/pangomm-${PV}.tar.xz"
+SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/pangomm/${SHRT_VER}/pangomm-${PV}.tar.xz"
 SRC_URI[md5sum] = "2c702caede167323c9ed9eed2b933098"
 SRC_URI[sha256sum] = "0e82bbff62f626692a00f3772d8b17169a1842b8cc54d5f2ddb1fec2cede9e41"
 



More information about the Openembedded-commits mailing list