diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-02-15 06:29:34 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-02-15 06:29:34 +0000 |
commit | d761c689e1a013a698f5b032cb95d516c7ba22da (patch) | |
tree | 16e358cc8376231f214f294ff8368214a7a26ba1 /packages/qpf-fonts | |
parent | f04c66a0233d157184a98ae889e8ef562e4bbb5a (diff) |
terminus: replace unfetchable SRC_URI, closes 1870
Diffstat (limited to 'packages/qpf-fonts')
-rw-r--r-- | packages/qpf-fonts/terminus.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/qpf-fonts/terminus.bb b/packages/qpf-fonts/terminus.bb index 23c00e1ac2..6d2e4ab85f 100644 --- a/packages/qpf-fonts/terminus.bb +++ b/packages/qpf-fonts/terminus.bb @@ -6,7 +6,8 @@ LICENSE = "GPL" PACKAGE_ARCH = "all" PR = "r2" -SRC_URI = "http://www.mn-solutions.de/downloads/mnci/terminus-fonts.tar.bz2" +#SRC_URI = "http://www.mn-solutions.de/downloads/mnci/terminus-fonts.tar.bz2" -> 404 error +SRC_URI = "http://openzaurus.linuxtogo.org/download/3.5.4/sources/terminus-fonts.tar.bz2" S = "${WORKDIR}/terminus-fonts" do_install() { |