From f22f41d47fb8d9f4463a49657c710a8561764335 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Sat, 18 Sep 2010 22:08:08 +0200 Subject: 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 --- recipes/python/python-tlslite_0.3.8.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3