From 8a35c66cdbbc1be5fe29e9240fb68b7cc5eeb86b Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Fri, 19 May 2017 16:01:23 -0400 Subject: libnet-dns-perl: update to version 1.10 Verified the license remains the same Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- .../recipes-perl/libnet/libnet-dns-perl_1.06.bb | 25 ---------------------- .../recipes-perl/libnet/libnet-dns-perl_1.10.bb | 25 ++++++++++++++++++++++ 2 files changed, 25 insertions(+), 25 deletions(-) delete mode 100644 meta-perl/recipes-perl/libnet/libnet-dns-perl_1.06.bb create mode 100644 meta-perl/recipes-perl/libnet/libnet-dns-perl_1.10.bb (limited to 'meta-perl/recipes-perl') diff --git a/meta-perl/recipes-perl/libnet/libnet-dns-perl_1.06.bb b/meta-perl/recipes-perl/libnet/libnet-dns-perl_1.06.bb deleted file mode 100644 index 3702e4a030..0000000000 --- a/meta-perl/recipes-perl/libnet/libnet-dns-perl_1.06.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=10b1fae0c40a1627bdf0b2a7ac431632" - -DEPENDS += "perl" - -SRC_URI = "http://search.cpan.org/CPAN/authors/id/N/NL/NLNETLABS/Net-DNS-${PV}.tar.gz" - -SRC_URI[md5sum] = "ed17abd6e7e3ba0a8db42649e34a53ae" -SRC_URI[sha256sum] = "a3587b780ca36a8255180ac723d4f6e11407504b5b9a18e0ec098a11c218a51e" - -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" diff --git a/meta-perl/recipes-perl/libnet/libnet-dns-perl_1.10.bb b/meta-perl/recipes-perl/libnet/libnet-dns-perl_1.10.bb new file mode 100644 index 0000000000..c92e2658fb --- /dev/null +++ b/meta-perl/recipes-perl/libnet/libnet-dns-perl_1.10.bb @@ -0,0 +1,25 @@ +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=92d93d8c5bf22de77578531e283dd219" + +DEPENDS += "perl" + +SRC_URI = "http://search.cpan.org/CPAN/authors/id/N/NL/NLNETLABS/Net-DNS-${PV}.tar.gz" + +SRC_URI[md5sum] = "4fa45b0dfe79667453c1553e16e52c2a" +SRC_URI[sha256sum] = "ebe53e7f433138fb9a7845b4edae6b8f4dc227da97eaf6b347584816ec63a525" + +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" -- cgit 1.2.3-korg