From: Rene Wagner Date: Mon, 20 Feb 2006 23:07:37 +0000 (+0000) Subject: fontconfig: fix SRC_URI. part of a patch submitted by Eric Shattow in Bug #706 X-Git-Tag: Release-2010-05/1~9453^2~2304^2~101^2~1^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89d74ede96d6986ea831ef28d513f60f58b306f5;p=openembedded.git fontconfig: fix SRC_URI. part of a patch submitted by Eric Shattow in Bug #706 --- diff --git a/packages/fontconfig/fontconfig_2.2.95.bb b/packages/fontconfig/fontconfig_2.2.95.bb index 5fdf825fc5..8034f533ad 100644 --- a/packages/fontconfig/fontconfig_2.2.95.bb +++ b/packages/fontconfig/fontconfig_2.2.95.bb @@ -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"