aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Orling <timothy.t.orling@linux.intel.com>2018-01-20 21:42:24 -0800
committerTim Orling <timothy.t.orling@linux.intel.com>2018-01-21 12:59:39 -0800
commit3817f7ffeb99d5e952ed80031b5c54586f20cfc1 (patch)
treed5248aabfc488a27552eae4375e46facb781e46e
parentd48e0832d1139d896aa712a251e078568f9e0451 (diff)
downloadmeta-openembedded-contrib-3817f7ffeb99d5e952ed80031b5c54586f20cfc1.tar.gz
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@linux.intel.com>
-rw-r--r--meta-perl/recipes-perl/libnet/libnet-dns-perl_1.14.bb (renamed from meta-perl/recipes-perl/libnet/libnet-dns-perl_1.13.bb)6
1 files 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
index da274efdf4..efaa7f7b1d 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