[oe-commits] Frans Meulenbroeks : python-tlslite_0.3.8.bb: replaced SRC_URI with gentoo one

git version control git at git.openembedded.org
Sat Sep 18 20:14:45 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: f22f41d47fb8d9f4463a49657c710a8561764335
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=f22f41d47fb8d9f4463a49657c710a8561764335

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Sat Sep 18 22:08:08 2010 +0200

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 at gmail.com>

---

 recipes/python/python-tlslite_0.3.8.bb |    4 +++-
 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 1aa8546..0c651e1 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





More information about the Openembedded-commits mailing list