summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2007-11-19 08:59:39 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2007-11-19 08:59:39 +0000
commit3e7f85e3b3c86776f0d1db3b7683fa2bfac582bf (patch)
treecfb3703afd99f8adeb1ef5287be868e81fddd3e2
parent52f9b101828c6bcdd49e49ec57dc57c475cdf0c3 (diff)
downloadpoky-3e7f85e3b3c86776f0d1db3b7683fa2bfac582bf.tar.gz
liberation-fonts: fetch from HTTP instead of HTTPS (from Poky trunk)
git-svn-id: https://svn.o-hand.com/repos/poky/branches/blinky@3194 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r--meta/packages/ttf-fonts/liberation-fonts_3.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/ttf-fonts/liberation-fonts_3.bb b/meta/packages/ttf-fonts/liberation-fonts_3.bb
index 14fa8dc8a8..d20f459acc 100644
--- a/meta/packages/ttf-fonts/liberation-fonts_3.bb
+++ b/meta/packages/ttf-fonts/liberation-fonts_3.bb
@@ -5,7 +5,7 @@ LICENSE = "GPLv2"
5PACKAGE_ARCH = "all" 5PACKAGE_ARCH = "all"
6RDEPENDS = "fontconfig-utils" 6RDEPENDS = "fontconfig-utils"
7 7
8SRC_URI = "https://www.redhat.com/f/fonts/liberation-fonts-ttf-3.tar.gz \ 8SRC_URI = "http://www.redhat.com/f/fonts/liberation-fonts-ttf-3.tar.gz \
9 file://30-liberation-aliases.conf" 9 file://30-liberation-aliases.conf"
10 10
11S = "${WORKDIR}/${PN}-0.2/" 11S = "${WORKDIR}/${PN}-0.2/"