diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2019-02-08 21:35:27 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-02-08 15:17:32 -0800 |
commit | 61ee9cc007d7d4a4b20268cb99c064549d0ac411 (patch) | |
tree | 95f08c55c30aa53f3bbd0e0cd8e1a6060b2e5999 /meta-gnome | |
parent | f75c5e048196e94b14c4150f5cd9a1845134d29c (diff) | |
download | meta-openembedded-61ee9cc007d7d4a4b20268cb99c064549d0ac411.tar.gz |
faenza-icon-theme: Fix multilib fetch
| ERROR: lib32-faenza-icon-theme-1.3-r0 do_fetch: Fetcher failure for URL: 'http://faenza-icon-theme.googlecode.com/files/lib32-faenza-icon-theme_1.3.zip'. Unable to fetch URL from any source.
| ERROR: lib32-faenza-icon-theme-1.3-r0 do_fetch: Function failed: base_do_fetch
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r-- | meta-gnome/recipes-gnome/faenza-icon-theme/faenza-icon-theme_1.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/faenza-icon-theme/faenza-icon-theme_1.3.bb b/meta-gnome/recipes-gnome/faenza-icon-theme/faenza-icon-theme_1.3.bb index a39b1a0ca3..561b094a98 100644 --- a/meta-gnome/recipes-gnome/faenza-icon-theme/faenza-icon-theme_1.3.bb +++ b/meta-gnome/recipes-gnome/faenza-icon-theme/faenza-icon-theme_1.3.bb | |||
@@ -8,7 +8,7 @@ inherit allarch gtk-icon-cache | |||
8 | 8 | ||
9 | S = "${WORKDIR}" | 9 | S = "${WORKDIR}" |
10 | 10 | ||
11 | SRC_URI = "http://faenza-icon-theme.googlecode.com/files/${PN}_${PV}.zip" | 11 | SRC_URI = "http://faenza-icon-theme.googlecode.com/files/${BPN}_${PV}.zip" |
12 | SRC_URI[md5sum] = "e9bd6106d13017ce06d24b586259ae9c" | 12 | SRC_URI[md5sum] = "e9bd6106d13017ce06d24b586259ae9c" |
13 | SRC_URI[sha256sum] = "d4486fda0413f8a81a87e0dd2329f50f2a8a7cb4147b48cf147f0160add8174a" | 13 | SRC_URI[sha256sum] = "d4486fda0413f8a81a87e0dd2329f50f2a8a7cb4147b48cf147f0160add8174a" |
14 | 14 | ||