From: Frans Meulenbroeks Date: Sat, 25 Sep 2010 17:54:23 +0000 (+0200) Subject: libintl-perl_1.11.bb: removed X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d97a1b87144990a891ce34ed32905546e13da70;p=openembedded.git libintl-perl_1.11.bb: removed this one does not fetch any more (it is not available on cpan any more) also we still have 1.16 and 1.20 Signed-off-by: Frans Meulenbroeks --- diff --git a/recipes/perl/libintl-perl_1.11.bb b/recipes/perl/libintl-perl_1.11.bb deleted file mode 100644 index 1d3e07c596..0000000000 --- a/recipes/perl/libintl-perl_1.11.bb +++ /dev/null @@ -1,18 +0,0 @@ -DESCRIPTION = "libintl-perl is an internationalization library for Perl" -SECTION = "libs" -LICENSE = "Artistic|GPL" -PR = "r3" - -SRC_URI = "http://www.cpan.org/authors/id/G/GU/GUIDO/libintl-perl-${PV}.tar.gz" - -SRC_URI[md5sum] = "091e05542e36f030c785f2919f05b73f" -SRC_URI[sha256sum] = "71e397949e79eb0f789f73259db5fc7be1e2ba1c604510c8d44b101d7d6e6479" - -DEPENDS = "perl" -RDEPENDS_${PN} = "perl-module-vars perl-module-locale perl-module-io-handle perl-module-symbol perl-module-selectsaver perl-module-io perl-module-integer perl-module-exporter-heavy" - -S = "${WORKDIR}/libintl-perl-${PV}" - -inherit cpan - -BBCLASSEXTEND="native"