diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-09-25 19:54:23 +0200 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-09-25 19:54:23 +0200 |
commit | 2d97a1b87144990a891ce34ed32905546e13da70 (patch) | |
tree | 50a2a03367ff7dc9891acb29333fde6f0b537a4d /recipes | |
parent | 5a40c12ed4d447e4696f6b817a704bd4ea78cbdc (diff) |
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 <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/perl/libintl-perl_1.11.bb | 18 |
1 files changed, 0 insertions, 18 deletions
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" |