Comments
Patch
@@ -5,7 +5,7 @@ DEPENDS = "expat freetype zlib"
PR = "r4"
-SRC_URI = "http://fontconfig.org/release/fontconfig-${PV}.tar.gz \
+SRC_URI = "${GENTOO_MIRROR}/fontconfig-${PV}.tar.gz \
file://fix-pkgconfig.patch"
PACKAGES =+ "fontconfig-utils-dbg fontconfig-utils "
@@ -7,7 +7,7 @@ DEPENDS = "expat freetype zlib"
RPROVIDES_fontconfig-utils = "libfontconfig-utils"
RCONFLICTS_fontconfig-utils = "libfontconfig-utils"
-SRC_URI = "http://fontconfig.org/release/fontconfig-${PV}.tar.gz;name=fontconfig"
+SRC_URI = "${GENTOO_MIRROR}/fontconfig-${PV}.tar.gz;name=fontconfig"
SRC_URI[fontconfig.md5sum] = "77e15a92006ddc2adbb06f840d591c0e"
SRC_URI[fontconfig.sha256sum] = "fa2a1c6eea654d9fce7a4b1220f10c99cdec848dccaf1625c01f076b31382335"
fontconfig's website's configuration actually prevents to fetch the source archives so use gentoo's mirror until the website is fixed. Signed-off-by: Eric Bénard <eric@eukrea.com> --- recipes/fontconfig/fontconfig_2.6.0.bb | 2 +- recipes/fontconfig/fontconfig_2.8.0.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)