From: Derek Young Date: Wed, 10 Aug 2005 11:53:32 +0000 (+0000) Subject: change the download location because the real source has a broken source file X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee184525169c539d1b04391b6bc7344c74a00a7f;p=openembedded.git change the download location because the real source has a broken source file --- diff --git a/packages/ctrlproxy/ctrlproxy_2.6.2.bb b/packages/ctrlproxy/ctrlproxy_2.6.2.bb index 3eb809edb0..b3de2db061 100644 --- a/packages/ctrlproxy/ctrlproxy_2.6.2.bb +++ b/packages/ctrlproxy/ctrlproxy_2.6.2.bb @@ -6,7 +6,7 @@ DEPENDS = "glib-2.0 libxml2 popt pcre openssl" PR = "r0" LICENSE = "GPL" -SRC_URI = "http://ctrlproxy.vernstok.nl/releases/ctrlproxy-2.6.2.tar.gz" +SRC_URI = "http://sources.nslu2-linux.org/sources/ctrlproxy-2.6.2.tar.gz" S = "${WORKDIR}/ctrlproxy-2.6.2/" inherit autotools