From: Marcin Juszkiewicz Date: Tue, 26 Jul 2005 12:38:11 +0000 (+0000) Subject: fixed SRC_URI for sparse X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e03b24080735335d247a8d48390805077bff385e;p=openembedded.git fixed SRC_URI for sparse --- diff --git a/packages/sparse/sparse_snapshot.bb b/packages/sparse/sparse_snapshot.bb index 03a2d9a451..d3a522b1b7 100644 --- a/packages/sparse/sparse_snapshot.bb +++ b/packages/sparse/sparse_snapshot.bb @@ -15,7 +15,7 @@ preprocessor (although it contains as a part of it a preprocessing phase)." MAINTAINER = "Chris Larson " PV = "0.0${CVSDATE}" LICENSE = "OSL" -SRC_URI = "http://www.codemonkey.org.uk/projects/bitkeeper/sparse/sparse-${@get_snapshot_date(d)}.tar.gz \ +SRC_URI = "http://www.codemonkey.org.uk/projects/git-snapshots/sparse/sparse-${@get_snapshot_date(d)}.tar.gz \ file://compile.patch;patch=1 \ file://vars.patch;patch=1" S = "${WORKDIR}/sparse-bk"