From ce62b1c0e91ddd3295c4976c077544d5cf949668 Mon Sep 17 00:00:00 2001 From: Klaus Schwarzkopf Date: Sat, 27 Nov 2010 17:30:37 +0100 Subject: [PATCH] hvsc_45: fixed SRC_URI MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit fixed SRC_URI and add homepage Signed-off-by: Eric Bénard --- recipes/hvsc/hvsc_45.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/hvsc/hvsc_45.bb b/recipes/hvsc/hvsc_45.bb index 4d91b28a46..b1ed2e047a 100644 --- a/recipes/hvsc/hvsc_45.bb +++ b/recipes/hvsc/hvsc_45.bb @@ -2,8 +2,9 @@ DESCRIPTION = "The High Voltage SID Collection (HVSC) \ Commodore 64 music for the masses" LICENSE = "PD" SECTION = "multimedia" +HOMEPAGE = "http://www.dottyflowers.com/HVSC/" -SRC_URI = "http://gallium.prg.dtu.dk/HVSC/random/HVSC_${PV}-all-of-them.rar" +SRC_URI = "http://www.dottyflowers.com/HVSC/HVSC_${PV}-all-of-them.rar" S = "${WORKDIR}" do_install() { -- 2.39.5