diff options
author | Koen Kooi <koen@openembedded.org> | 2009-11-07 22:55:26 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-11-07 22:55:26 +0100 |
commit | 7e8f2afa6fb064aaa3b477456c60f64b20caedeb (patch) | |
tree | f2343c91fe27aefe28354e5fca7da70f5305e040 /recipes | |
parent | 286db7631ff17f5a086c337914df97a3db65900e (diff) |
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
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/perl/libxml-twig-perl_3.33.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/perl/libxml-twig-perl_3.33.bb b/recipes/perl/libxml-twig-perl_3.33.bb index 65d69d251a..d828a63166 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}" |