diff options
author | Khem Raj <raj.khem@gmail.com> | 2015-05-05 12:09:08 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-05-13 14:34:20 +0200 |
commit | 7dc668bd39e4e074392ba751c42fa300002eb33e (patch) | |
tree | 1120f3360c7f8e247e1c29637cefa11e9f2128d7 /meta-oe/recipes-graphics/pango | |
parent | 55b74f6069249965105a08e548cab7aad106140e (diff) | |
download | meta-openembedded-7dc668bd39e4e074392ba751c42fa300002eb33e.tar.gz |
pangomm: Use http instead of ftp for SRC_URI
Fixes fetch failures
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/pango')
-rw-r--r-- | meta-oe/recipes-graphics/pango/pangomm_2.34.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 45218c240..00f9e366e 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" | |||
8 | 8 | ||
9 | SHRT_VER = "${@d.getVar('PV',1).split('.')[0]}.${@d.getVar('PV',1).split('.')[1]}" | 9 | SHRT_VER = "${@d.getVar('PV',1).split('.')[0]}.${@d.getVar('PV',1).split('.')[1]}" |
10 | 10 | ||
11 | SRC_URI = "ftp://ftp.gnome.org/pub/GNOME/sources/pangomm/${SHRT_VER}/pangomm-${PV}.tar.xz" | 11 | SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/pangomm/${SHRT_VER}/pangomm-${PV}.tar.xz" |
12 | SRC_URI[md5sum] = "2c702caede167323c9ed9eed2b933098" | 12 | SRC_URI[md5sum] = "2c702caede167323c9ed9eed2b933098" |
13 | SRC_URI[sha256sum] = "0e82bbff62f626692a00f3772d8b17169a1842b8cc54d5f2ddb1fec2cede9e41" | 13 | SRC_URI[sha256sum] = "0e82bbff62f626692a00f3772d8b17169a1842b8cc54d5f2ddb1fec2cede9e41" |
14 | 14 | ||