From d5e7b4b126400408ddc3b290e90f87cdb38afb53 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Wed, 6 Apr 2016 22:48:22 -0400 Subject: libhtml-parser-perl: update to 3.72 Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- .../libhtml/libhtml-parser-perl_3.71.bb | 25 ---------------------- .../libhtml/libhtml-parser-perl_3.72.bb | 25 ++++++++++++++++++++++ 2 files changed, 25 insertions(+), 25 deletions(-) delete mode 100644 meta-perl/recipes-perl/libhtml/libhtml-parser-perl_3.71.bb create mode 100644 meta-perl/recipes-perl/libhtml/libhtml-parser-perl_3.72.bb (limited to 'meta-perl') diff --git a/meta-perl/recipes-perl/libhtml/libhtml-parser-perl_3.71.bb b/meta-perl/recipes-perl/libhtml/libhtml-parser-perl_3.71.bb deleted file mode 100644 index be0f4b29f1..0000000000 --- a/meta-perl/recipes-perl/libhtml/libhtml-parser-perl_3.71.bb +++ /dev/null @@ -1,25 +0,0 @@ -DESCRIPTION = "This package contains the Parser.pm module with friends." - -SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-1.0+" - -LIC_FILES_CHKSUM = "file://README;md5=6c3dacf9f405c7483870ab5f148770c3" - -DEPENDS += "perl" - -SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/HTML-Parser-${PV}.tar.gz" - -SRC_URI[md5sum] = "9128a45893097dfa3bf03301b19c5efe" -SRC_URI[sha256sum] = "be918b3749d3ff93627f72ee4b825683332ecb4c81c67a3a8d72b0435ffbd802" - -S = "${WORKDIR}/HTML-Parser-${PV}" - -EXTRA_CPANFLAGS = "EXPATLIBPATH=${STAGING_LIBDIR} EXPATINCPATH=${STAGING_INCDIR}" - -inherit cpan - -do_compile() { - export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" - cpan_do_compile -} -BBCLASSEXTEND = "native" diff --git a/meta-perl/recipes-perl/libhtml/libhtml-parser-perl_3.72.bb b/meta-perl/recipes-perl/libhtml/libhtml-parser-perl_3.72.bb new file mode 100644 index 0000000000..9047d9f4bf --- /dev/null +++ b/meta-perl/recipes-perl/libhtml/libhtml-parser-perl_3.72.bb @@ -0,0 +1,25 @@ +DESCRIPTION = "This package contains the Parser.pm module with friends." + +SECTION = "libs" +LICENSE = "Artistic-1.0 | GPL-1.0+" + +LIC_FILES_CHKSUM = "file://README;md5=b0459e4426b94753b9a9b8a15f1223b8" + +DEPENDS += "perl" + +SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/HTML-Parser-${PV}.tar.gz" + +SRC_URI[md5sum] = "eb7505e5f626913350df9dd4a03d54a8" +SRC_URI[sha256sum] = "ec28c7e1d9e67c45eca197077f7cdc41ead1bb4c538c7f02a3296a4bb92f608b" + +S = "${WORKDIR}/HTML-Parser-${PV}" + +EXTRA_CPANFLAGS = "EXPATLIBPATH=${STAGING_LIBDIR} EXPATINCPATH=${STAGING_INCDIR}" + +inherit cpan + +do_compile() { + export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" + cpan_do_compile +} +BBCLASSEXTEND = "native" -- cgit 1.2.3-korg