[oe-commits] Koen Kooi : libxml-twig-perl: as noted previously, upstream are idiots and keep replacing the same tarball instead of creating a new release , so we now pull a renamed tarball from the angstrom source mirror.

git version control git at git.openembedded.org
Sun Nov 8 16:28:20 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: 7e8f2afa6fb064aaa3b477456c60f64b20caedeb
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=7e8f2afa6fb064aaa3b477456c60f64b20caedeb

Author: Koen Kooi <koen at openembedded.org>
Date:   Sat Nov  7 22:55:26 2009 +0100

libxml-twig-perl: as noted previously, upstream are idiots and keep replacing the same tarball instead of creating a new release, so we now pull a renamed tarball from the angstrom source mirror.

The filename should make it pretty clear what is happening if 'git log' doesn't work for you

---

 conf/checksums.ini                    |    8 ++++++++
 recipes/perl/libxml-twig-perl_3.33.bb |    2 +-
 2 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index 10e2b84..4a919cb 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -1330,6 +1330,10 @@ sha256=9fd529867402456bd826fe0e5588d35b3a2e27e586a2fd838d1352b71c2ed73f
 md5=593aa8001e5c301cdcdb4bb3b63abc33
 sha256=a54967c188cda3e20f496c83be4de3f1740eeaa83c0380712ecd969ad8766826
 
+[http://www.angstrom-distribution.org/unstable/sources/XML-Twig-3.33-upstream-keeps-changing-this-tarball-so-we-mirror-our-own.tar.gz]
+md5=918f8fba33efe9cf5bc07907c6e46556
+sha256=630241ba64685a264d6037cbfed29476ab36fce652746ad5966fcfc9d810abdc
+
 [http://xmltwig.com/xmltwig/XML-Twig-3.33.tar.gz]
 md5=495fd8c320f67a0c8e0b90ccb060f0ea
 sha256=d87ff8c2e1d594808a58373ea72aa6f6e42a9a19d550a569b3f5fd22b53efebd
@@ -6758,6 +6762,10 @@ sha256=d68b5988907e06cc37793489589f5545487a9b1bbe6444b7e2e16450bd1cb9ae
 md5=0b6ccb1e50d96b7127a18a69399fcf05
 sha256=b2b0a231aae105090948521a469c5019eb886f0562fa3315a49cebaf74f61be4
 
+[http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/3.5.5/source/firefox-3.5.5.source.tar.bz2]
+md5=b3d92dfb40584141dc1068efc9bdfccc
+sha256=2abe7b5561267c230df27951d1d8c6c5853d06ca2426997fdf0a63c5db689feb
+
 [http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/3.5b4-candidates/build1/source/firefox-3.5b4-source.tar.bz2]
 md5=ff6bf463300cb56bcf750973b2af3d80
 sha256=b653f2fa8dfdd0a54a6b8c576769719cf9014ca6b09f8e9d351721a51766d95d
diff --git a/recipes/perl/libxml-twig-perl_3.33.bb b/recipes/perl/libxml-twig-perl_3.33.bb
index 65d69d2..d828a63 100644
--- a/recipes/perl/libxml-twig-perl_3.33.bb
+++ b/recipes/perl/libxml-twig-perl_3.33.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "http://www.xmltwig.com/"
 DEPENDS += "libxml-parser-perl"
 PR = "r1"
 
-SRC_URI = "http://xmltwig.com/xmltwig/XML-Twig-${PV}.tar.gz"
+SRC_URI = "http://www.angstrom-distribution.org/unstable/sources/XML-Twig-${PV}-upstream-keeps-changing-this-tarball-so-we-mirror-our-own.tar.gz"
 
 S = "${WORKDIR}/XML-Twig-${PV}"
 





More information about the Openembedded-commits mailing list