[oe-commits] Eric Bénard : fontconfig: update SRC_URI

git version control git at git.openembedded.org
Fri Dec 17 14:57:18 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: e8853efcc8f9008118c84e0b54efcafb691dd784
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e8853efcc8f9008118c84e0b54efcafb691dd784

Author: Eric Bénard <eric at eukrea.com>
Date:   Fri Dec 17 15:12:03 2010 +0100

fontconfig: update SRC_URI

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 at 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(-)

diff --git a/recipes/fontconfig/fontconfig_2.6.0.bb b/recipes/fontconfig/fontconfig_2.6.0.bb
index fd46235..84eaa4d 100644
--- a/recipes/fontconfig/fontconfig_2.6.0.bb
+++ b/recipes/fontconfig/fontconfig_2.6.0.bb
@@ -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 "
diff --git a/recipes/fontconfig/fontconfig_2.8.0.bb b/recipes/fontconfig/fontconfig_2.8.0.bb
index 5c6f854..64d7ee5 100644
--- a/recipes/fontconfig/fontconfig_2.8.0.bb
+++ b/recipes/fontconfig/fontconfig_2.8.0.bb
@@ -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"
 





More information about the Openembedded-commits mailing list