[oe-commits] Martin Jansa : fontconfig: switch SRC_URI back to freedesktop

git version control git at git.openembedded.org
Sun Dec 19 14:25:55 UTC 2010


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sun Dec 19 15:24:07 2010 +0100

fontconfig: switch SRC_URI back to freedesktop

* url fixed now http://lists.freedesktop.org/archives/fontconfig/2010-December/003538.html

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/fontconfig/fontconfig-native_2.6.0.bb |    3 ---
 recipes/fontconfig/fontconfig.inc             |    4 +---
 recipes/fontconfig/fontconfig_2.6.0.bb        |    2 +-
 recipes/fontconfig/fontconfig_2.8.0.bb        |    8 +++-----
 4 files changed, 5 insertions(+), 12 deletions(-)

diff --git a/recipes/fontconfig/fontconfig-native_2.6.0.bb b/recipes/fontconfig/fontconfig-native_2.6.0.bb
index fb9e002..19dac3a 100644
--- a/recipes/fontconfig/fontconfig-native_2.6.0.bb
+++ b/recipes/fontconfig/fontconfig-native_2.6.0.bb
@@ -15,6 +15,3 @@ do_install_append () {
 }
 
 NATIVE_INSTALL_WORKS = "1"
-
-SRC_URI[md5sum] = "ab54ec1d4ddd836313fdbc0cd5299d6d"
-SRC_URI[sha256sum] = "a9a639eaa0e5666606a4657cc1494eb6df820fac7e5a2aa0c3f7e703b7c8d8a5"
diff --git a/recipes/fontconfig/fontconfig.inc b/recipes/fontconfig/fontconfig.inc
index e55fa8c..f789b99 100644
--- a/recipes/fontconfig/fontconfig.inc
+++ b/recipes/fontconfig/fontconfig.inc
@@ -10,11 +10,9 @@ RREPLACES_fontconfig-utils = "libfontconfig-utils"
 RCONFLICTS_fontconfig-utils = "libfontconfig-utils"
 DEBIAN_NOAUTONAME_fontconfig-utils = "1"
 
-SRC_URI = "http://fontconfig.org/release/fontconfig-${PV}.tar.gz \
+SRC_URI = "http://www.freedesktop.org/software/fontconfig/release/${BPN}-${PV}.tar.gz \
            file://01fc-cache"
 
-S = "${WORKDIR}/fontconfig-${PV}"
-
 inherit autotools pkgconfig
 
 export HASDOCBOOK="no"
diff --git a/recipes/fontconfig/fontconfig_2.6.0.bb b/recipes/fontconfig/fontconfig_2.6.0.bb
index 84eaa4d..06716a4 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 = "${GENTOO_MIRROR}/fontconfig-${PV}.tar.gz \
+SRC_URI = "http://www.freedesktop.org/software/fontconfig/release/${BPN}-${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 64d7ee5..2254d28 100644
--- a/recipes/fontconfig/fontconfig_2.8.0.bb
+++ b/recipes/fontconfig/fontconfig_2.8.0.bb
@@ -7,11 +7,9 @@ DEPENDS = "expat freetype zlib"
 RPROVIDES_fontconfig-utils = "libfontconfig-utils"
 RCONFLICTS_fontconfig-utils = "libfontconfig-utils"
 
-SRC_URI = "${GENTOO_MIRROR}/fontconfig-${PV}.tar.gz;name=fontconfig"
-SRC_URI[fontconfig.md5sum] = "77e15a92006ddc2adbb06f840d591c0e"
-SRC_URI[fontconfig.sha256sum] = "fa2a1c6eea654d9fce7a4b1220f10c99cdec848dccaf1625c01f076b31382335"
-
-S = "${WORKDIR}/fontconfig-${PV}"
+SRC_URI = "http://www.freedesktop.org/software/fontconfig/release/${BPN}-${PV}.tar.gz"
+SRC_URI[md5sum] = "77e15a92006ddc2adbb06f840d591c0e"
+SRC_URI[sha256sum] = "fa2a1c6eea654d9fce7a4b1220f10c99cdec848dccaf1625c01f076b31382335"
 
 inherit autotools pkgconfig
 





More information about the Openembedded-commits mailing list