diff options
author | Kang Kai <kai.kang@windriver.com> | 2012-08-31 18:00:07 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-10 13:01:53 +0100 |
commit | d04b95bd5916d856da86ecb2e1cab90ff9f471a1 (patch) | |
tree | e3107fa1c8ccea6a45cdaf35d73b66d72b1613e2 /meta/recipes-lsb4/perl | |
parent | 8ced78d3ab854113c0304a92e82c73b0dd7524aa (diff) | |
download | poky-d04b95bd5916d856da86ecb2e1cab90ff9f471a1.tar.gz |
libpod-plainer-perl: add it
LSB perl test 4.1.6-2 case all/tst_perlModPresent.pl 1 fails with:
test 190 'use Pod::Plainer;' failed
Add libpod-plainer-perl to fix it.
[Yocto #3031]
(From OE-Core rev: 0c26ced44326280f65f574c6ffb2dc1392a2f79e)
Signed-off-by: Kang Kai <kai.kang@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-lsb4/perl')
-rw-r--r-- | meta/recipes-lsb4/perl/libpod-plainer-perl_1.03.bb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/meta/recipes-lsb4/perl/libpod-plainer-perl_1.03.bb b/meta/recipes-lsb4/perl/libpod-plainer-perl_1.03.bb new file mode 100644 index 0000000000..809c740f2a --- /dev/null +++ b/meta/recipes-lsb4/perl/libpod-plainer-perl_1.03.bb | |||
@@ -0,0 +1,24 @@ | |||
1 | SUMMARY = "Perl extension for converting Pod to old-style Pod." | ||
2 | DESCRIPTION = "Pod::Plainer uses Pod::Parser which takes Pod with the (new) 'C<< .. >>' \ | ||
3 | constructs and returns the old(er) style with just 'C<>'; '<' and '>' are replaced by \ | ||
4 | 'E<lt>' and 'E<gt>'. \ | ||
5 | \ | ||
6 | This can be used to pre-process Pod before using tools which do not recognise the new style Pods." | ||
7 | |||
8 | HOMEPAGE = "http://search.cpan.org/dist/Pod-Plainer/" | ||
9 | SECTION = "libs" | ||
10 | LICENSE = "Artistic-1.0 | GPL-1.0+" | ||
11 | PR = "r0" | ||
12 | |||
13 | LIC_FILES_CHKSUM = "file://README;beginline=27;md5=80b4a99d477135bfcd1d0a44a041c63c" | ||
14 | |||
15 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/R/RM/RMBARKER/Pod-Plainer-${PV}.tar.gz" | ||
16 | |||
17 | SRC_URI[md5sum] = "15d42071d6bd861cb72daa8cc3111cd3" | ||
18 | SRC_URI[sha256sum] = "9d153b1d8609606a3424f07a7f4ce955af32131d484cb9602812122bb1ee745b" | ||
19 | |||
20 | S = "${WORKDIR}/Pod-Plainer-${PV}" | ||
21 | |||
22 | inherit cpan | ||
23 | |||
24 | BBCLASSEXTEND = "native" | ||