From: Frans Meulenbroeks Date: Sat, 18 Sep 2010 20:08:08 +0000 (+0200) Subject: python-tlslite_0.3.8.bb: replaced SRC_URI with gentoo one X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f22f41d47fb8d9f4463a49657c710a8561764335;p=openembedded.git python-tlslite_0.3.8.bb: replaced SRC_URI with gentoo one original src dir does not exist any more, changed recipe to fetch from gentoo. as there is no functional change no PR bump Signed-off-by: Frans Meulenbroeks --- diff --git a/recipes/python/python-tlslite_0.3.8.bb b/recipes/python/python-tlslite_0.3.8.bb index 1aa8546d5b..0c651e16e4 100644 --- a/recipes/python/python-tlslite_0.3.8.bb +++ b/recipes/python/python-tlslite_0.3.8.bb @@ -8,7 +8,9 @@ LICENSE = "PD" SRCNAME = "tlslite" PR = "ml1" -SRC_URI = "http://trevp.net/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" +# original url is dead, so it has been replaced with the gentoo one +#SRC_URI = "http://trevp.net/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" +SRC_URI = "http://gentoo.osuosl.org/distfiles/tlslite-0.3.8.tar.gz" S = "${WORKDIR}/${SRCNAME}-${PV}" inherit distutils