fontconfig: fix SRC_URI. part of a patch submitted by Eric Shattow in Bug #706
authorRene Wagner <rw@handhelds.org>
Mon, 20 Feb 2006 23:07:37 +0000 (23:07 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Mon, 20 Feb 2006 23:07:37 +0000 (23:07 +0000)
packages/fontconfig/fontconfig_2.2.95.bb

index 5fdf825..8034f53 100644 (file)
@@ -3,7 +3,7 @@ LICENSE = "BSD"
 DESCRIPTION = "A library for configuring and customizing font access."
 DEPENDS = "expat freetype freetype-native zlib fontconfig-native"
 
-SRC_URI = "http://pdx.freedesktop.org/fontconfig/release/fontconfig-${PV}.tar.gz \
+SRC_URI = "http://freedesktop.org/fontconfig/release/fontconfig-${PV}.tar.gz \
            file://fc-glyphname.patch;patch=1 \
            file://fc-lang.patch;patch=1"
 PR = "r5"