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 <fransmeulenbroeks@gmail.com>
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