[oe-commits] [meta-openembedded] 28/50: libnet-dns-perl: upgrade 1.13 -> 1.14

git at git.openembedded.org git at git.openembedded.org
Sat Jan 27 01:36:41 UTC 2018


This is an automated email from the git hooks/post-receive script.

armin_kuster pushed a commit to branch master-next
in repository meta-openembedded.

commit 68e811fd514c7cf0600b8cfb6c56f244794b9503
Author: Tim Orling <timothy.t.orling at linux.intel.com>
AuthorDate: Sun Jan 21 14:44:08 2018 -0800

    libnet-dns-perl: upgrade 1.13 -> 1.14
    
    * Fix RDEPENDS
    
    Changes:
    
    **** 1.14 Dec 15, 2017
    
    Fix rt.cpan.org #123702
    
            'use base' should not be used in packages with several
            subpackages defined
    
    Fix rt.cpan.org #123676
    
            Net::DNS::Nameserver malformed message on big axfr
    
    Signed-off-by: Tim Orling <timothy.t.orling at linux.intel.com>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 .../libnet/{libnet-dns-perl_1.13.bb => libnet-dns-perl_1.14.bb}     | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/meta-perl/recipes-perl/libnet/libnet-dns-perl_1.13.bb b/meta-perl/recipes-perl/libnet/libnet-dns-perl_1.14.bb
similarity index 77%
rename from meta-perl/recipes-perl/libnet/libnet-dns-perl_1.13.bb
rename to meta-perl/recipes-perl/libnet/libnet-dns-perl_1.14.bb
index da274ef..efaa7f7 100644
--- a/meta-perl/recipes-perl/libnet/libnet-dns-perl_1.13.bb
+++ b/meta-perl/recipes-perl/libnet/libnet-dns-perl_1.14.bb
@@ -9,8 +9,8 @@ DEPENDS += "perl"
 
 SRC_URI = "http://search.cpan.org/CPAN/authors/id/N/NL/NLNETLABS/Net-DNS-${PV}.tar.gz"
 
-SRC_URI[md5sum] = "ed0c4c22daaf88c4071bae13b6f71f99"
-SRC_URI[sha256sum] = "7ec76663365f2f96de46fe07bd6c9d45ab21171ae83954e8d1b816428b518c36"
+SRC_URI[md5sum] = "0da1099c0a3548d36ea9e31d5bb9e122"
+SRC_URI[sha256sum] = "83c38a594eeb2c85d66e60047a0f5b403f34bd92a5d13606f02e828d450299fc"
 
 S = "${WORKDIR}/Net-DNS-${PV}"
 
@@ -18,6 +18,8 @@ EXTRA_CPANFLAGS = "EXPATLIBPATH=${STAGING_LIBDIR} EXPATINCPATH=${STAGING_INCDIR}
 
 inherit cpan
 
+RDEPENDS_${PN} = "perl-module-integer"
+
 do_compile() {
     export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')"
     cpan_do_compile

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list