[yocto] [meta-security][PATCH 1/3] remove: libcurses-perl, libhtml-parser-perl, libnet-dns-perl

Armin Kuster akuster808 at gmail.com
Fri Dec 26 18:48:15 PST 2014


those packages are being moved to meta-perl.

Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 recipes-security/perl/libcurses-perl_1.31.bb      | 27 -----------------------
 recipes-security/perl/libhtml-parser-perl_3.71.bb | 25 ---------------------
 recipes-security/perl/libnet-dns-perl_0.72.bb     | 25 ---------------------
 3 files changed, 77 deletions(-)
 delete mode 100644 recipes-security/perl/libcurses-perl_1.31.bb
 delete mode 100644 recipes-security/perl/libhtml-parser-perl_3.71.bb
 delete mode 100644 recipes-security/perl/libnet-dns-perl_0.72.bb

diff --git a/recipes-security/perl/libcurses-perl_1.31.bb b/recipes-security/perl/libcurses-perl_1.31.bb
deleted file mode 100644
index bd74439..0000000
--- a/recipes-security/perl/libcurses-perl_1.31.bb
+++ /dev/null
@@ -1,27 +0,0 @@
-DESCRIPTION = "lib-curses provides an interface between Perl programs and \
-the curses library."
-
-SECTION = "libs"
-LICENSE = "Artistic-1.0 | GPL-1.0+"
-PR = "r0"
-
-LIC_FILES_CHKSUM = "file://README;beginline=26;endline=30;md5=0b37356c5e9e28080a3422d82af8af09"
-
-DEPENDS += "perl ncurses "
-
-SRC_URI = "http://www.cpan.org/authors/id/G/GI/GIRAFFED/Curses-${PV}.tgz"
-
-SRC_URI[md5sum] = "119aff0faaa9347ed32dad127c4a6707"
-SRC_URI[sha256sum] = "7bb4623ac97125c85e25f9fbf980103da7ca51c029f704f0aa129b7a2e50a27a"
-
-S = "${WORKDIR}/Curses-${PV}"
-
-EXTRA_CPANFLAGS = "INC=-I${STAGING_INCDIR} LIBS=-L${STAGING_LIBDIR}"
-
-inherit cpan
-
-do_compile() {
-    export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')"
-    cpan_do_compile
-}
-
diff --git a/recipes-security/perl/libhtml-parser-perl_3.71.bb b/recipes-security/perl/libhtml-parser-perl_3.71.bb
deleted file mode 100644
index be0f4b2..0000000
--- a/recipes-security/perl/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/recipes-security/perl/libnet-dns-perl_0.72.bb b/recipes-security/perl/libnet-dns-perl_0.72.bb
deleted file mode 100644
index 5c218b8..0000000
--- a/recipes-security/perl/libnet-dns-perl_0.72.bb
+++ /dev/null
@@ -1,25 +0,0 @@
-DESCRIPTION = "This package contains the DNS.pm module with friends."
-
-SECTION = "libs"
-LICENSE = "Artistic-1.0 | GPL-1.0+"
-
-LIC_FILES_CHKSUM = "file://README;md5=f21d77d9c6b56a07470bbce561b169e3"
-
-DEPENDS += "perl"
-
-SRC_URI = "http://search.cpan.org/CPAN/authors/id/N/NL/NLNETLABS/Net-DNS-${PV}.tar.gz"
-
-SRC_URI[md5sum] = "393e48ec6f28abe5ed30204276e02775"
-SRC_URI[sha256sum] = "a62cae0be54a9684c305456cb95515a0bd3128d6ef3093b6069fe8e8e8d5943f"
-
-S = "${WORKDIR}/Net-DNS-${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"
-- 
1.9.1




More information about the yocto mailing list