summaryrefslogtreecommitdiffstats
path: root/meta-perl
diff options
context:
space:
mode:
authorTim Orling <timothy.t.orling@linux.intel.com>2018-01-21 14:44:08 -0800
committerArmin Kuster <akuster808@gmail.com>2018-01-26 17:28:12 -0800
commit68e811fd514c7cf0600b8cfb6c56f244794b9503 (patch)
treef173ac69ef2718f47694515c77fdab6cfa184d28 /meta-perl
parent794ce4ddca357b25045606df0fb27c7630f020c8 (diff)
downloadmeta-openembedded-68e811fd514c7cf0600b8cfb6c56f244794b9503.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> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-perl')
-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 da274efdf..efaa7f7b1 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"
9 9
10SRC_URI = "http://search.cpan.org/CPAN/authors/id/N/NL/NLNETLABS/Net-DNS-${PV}.tar.gz" 10SRC_URI = "http://search.cpan.org/CPAN/authors/id/N/NL/NLNETLABS/Net-DNS-${PV}.tar.gz"
11 11
12SRC_URI[md5sum] = "ed0c4c22daaf88c4071bae13b6f71f99" 12SRC_URI[md5sum] = "0da1099c0a3548d36ea9e31d5bb9e122"
13SRC_URI[sha256sum] = "7ec76663365f2f96de46fe07bd6c9d45ab21171ae83954e8d1b816428b518c36" 13SRC_URI[sha256sum] = "83c38a594eeb2c85d66e60047a0f5b403f34bd92a5d13606f02e828d450299fc"
14 14
15S = "${WORKDIR}/Net-DNS-${PV}" 15S = "${WORKDIR}/Net-DNS-${PV}"
16 16
@@ -18,6 +18,8 @@ EXTRA_CPANFLAGS = "EXPATLIBPATH=${STAGING_LIBDIR} EXPATINCPATH=${STAGING_INCDIR}
18 18
19inherit cpan 19inherit cpan
20 20
21RDEPENDS_${PN} = "perl-module-integer"
22
21do_compile() { 23do_compile() {
22 export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" 24 export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')"
23 cpan_do_compile 25 cpan_do_compile