diff options
| author | Tim Orling <timothy.t.orling@linux.intel.com> | 2018-01-21 14:44:08 -0800 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2018-01-26 17:28:12 -0800 |
| commit | 68e811fd514c7cf0600b8cfb6c56f244794b9503 (patch) | |
| tree | f173ac69ef2718f47694515c77fdab6cfa184d28 /meta-perl | |
| parent | 794ce4ddca357b25045606df0fb27c7630f020c8 (diff) | |
| download | meta-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 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" | |||
| 9 | 9 | ||
| 10 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/N/NL/NLNETLABS/Net-DNS-${PV}.tar.gz" | 10 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/N/NL/NLNETLABS/Net-DNS-${PV}.tar.gz" |
| 11 | 11 | ||
| 12 | SRC_URI[md5sum] = "ed0c4c22daaf88c4071bae13b6f71f99" | 12 | SRC_URI[md5sum] = "0da1099c0a3548d36ea9e31d5bb9e122" |
| 13 | SRC_URI[sha256sum] = "7ec76663365f2f96de46fe07bd6c9d45ab21171ae83954e8d1b816428b518c36" | 13 | SRC_URI[sha256sum] = "83c38a594eeb2c85d66e60047a0f5b403f34bd92a5d13606f02e828d450299fc" |
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/Net-DNS-${PV}" | 15 | S = "${WORKDIR}/Net-DNS-${PV}" |
| 16 | 16 | ||
| @@ -18,6 +18,8 @@ EXTRA_CPANFLAGS = "EXPATLIBPATH=${STAGING_LIBDIR} EXPATINCPATH=${STAGING_INCDIR} | |||
| 18 | 18 | ||
| 19 | inherit cpan | 19 | inherit cpan |
| 20 | 20 | ||
| 21 | RDEPENDS_${PN} = "perl-module-integer" | ||
| 22 | |||
| 21 | do_compile() { | 23 | do_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 |
