aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Dietze <mdietze@gmail.com>2013-02-27 21:54:27 +0100
committerMartin Dietze <mdietze@gmail.com>2013-03-02 17:27:30 +0100
commitcaf3bda172e87b020d40a59c263a53cf1b079f8d (patch)
tree4a91fe7b463c87b614c872067b06b95f59215771
parent8b107b2f2abb2e91ba4a8646584ddc9a6bb658a6 (diff)
downloadopenembedded-caf3bda172e87b020d40a59c263a53cf1b079f8d.tar.gz
libcgicc: fixed download url
-rw-r--r--recipes/libcgicc/libcgicc_3.2.3.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/libcgicc/libcgicc_3.2.3.bb b/recipes/libcgicc/libcgicc_3.2.3.bb
index dc066f1f2f..e28b49667b 100644
--- a/recipes/libcgicc/libcgicc_3.2.3.bb
+++ b/recipes/libcgicc/libcgicc_3.2.3.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "a C++ class library for writing CGI applications"
HOMEPAGE = "http://www.cgicc.org/"
LICENSE = "LGPL"
-SRC_URI = "http://www.cgicc.org/files/cgicc-${PV}.tar.bz2"
+SRC_URI = "http://ftp.gnu.org/gnu/cgicc/cgicc-${PV}.tar.bz2"
S = "${WORKDIR}/cgicc-${PV}"
inherit autotools