[oe-commits] Kang Kai : libpod-plainer-perl: add it

git at git.openembedded.org git at git.openembedded.org
Mon Sep 10 12:08:48 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 0c26ced44326280f65f574c6ffb2dc1392a2f79e
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=0c26ced44326280f65f574c6ffb2dc1392a2f79e

Author: Kang Kai <kai.kang at windriver.com>
Date:   Fri Aug 31 18:00:07 2012 +0800

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]

Signed-off-by: Kang Kai <kai.kang at windriver.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 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 0000000..809c740
--- /dev/null
+++ b/meta/recipes-lsb4/perl/libpod-plainer-perl_1.03.bb
@@ -0,0 +1,24 @@
+SUMMARY = "Perl extension for converting Pod to old-style Pod."
+DESCRIPTION = "Pod::Plainer uses Pod::Parser which takes Pod with the (new) 'C<< .. >>' \
+constructs and returns the old(er) style with just 'C<>'; '<' and '>' are replaced by \
+'E<lt>' and 'E<gt>'. \
+\
+This can be used to pre-process Pod before using tools which do not recognise the new style Pods."
+
+HOMEPAGE = "http://search.cpan.org/dist/Pod-Plainer/"
+SECTION = "libs"
+LICENSE = "Artistic-1.0 | GPL-1.0+"
+PR = "r0"
+
+LIC_FILES_CHKSUM = "file://README;beginline=27;md5=80b4a99d477135bfcd1d0a44a041c63c"
+
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/R/RM/RMBARKER/Pod-Plainer-${PV}.tar.gz"
+
+SRC_URI[md5sum] = "15d42071d6bd861cb72daa8cc3111cd3"
+SRC_URI[sha256sum] = "9d153b1d8609606a3424f07a7f4ce955af32131d484cb9602812122bb1ee745b"
+
+S = "${WORKDIR}/Pod-Plainer-${PV}"
+
+inherit cpan
+
+BBCLASSEXTEND = "native"





More information about the Openembedded-commits mailing list