summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-09-18 22:08:08 +0200
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-09-18 22:12:48 +0200
commitf22f41d47fb8d9f4463a49657c710a8561764335 (patch)
tree0c6ad9134def7cd07e8eb437fbb3590d3bafa136
parent6dc7e08a7c17b529cbaa7455b6c7b454dd6af1f2 (diff)
downloadopenembedded-f22f41d47fb8d9f4463a49657c710a8561764335.tar.gz
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 <fransmeulenbroeks@gmail.com>
-rw-r--r--recipes/python/python-tlslite_0.3.8.bb4
1 files changed, 3 insertions, 1 deletions
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