diff options
| -rw-r--r-- | meta-perl/conf/include/ptest-packagelists-meta-perl.inc | 2 | ||||
| -rw-r--r-- | meta-perl/recipes-perl/libnet/libnet-dns-perl_1.53.bb (renamed from meta-perl/recipes-perl/libnet/libnet-dns-perl_1.52.bb) | 18 |
2 files changed, 17 insertions, 3 deletions
diff --git a/meta-perl/conf/include/ptest-packagelists-meta-perl.inc b/meta-perl/conf/include/ptest-packagelists-meta-perl.inc index e923bd00c4..612754635b 100644 --- a/meta-perl/conf/include/ptest-packagelists-meta-perl.inc +++ b/meta-perl/conf/include/ptest-packagelists-meta-perl.inc | |||
| @@ -25,6 +25,7 @@ PTESTS_FAST_META_PERL = "\ | |||
| 25 | libmime-base32-perl \ | 25 | libmime-base32-perl \ |
| 26 | libmime-types-perl \ | 26 | libmime-types-perl \ |
| 27 | libmozilla-ca-perl \ | 27 | libmozilla-ca-perl \ |
| 28 | libnet-dns-perl \ | ||
| 28 | libnet-ldap-perl \ | 29 | libnet-ldap-perl \ |
| 29 | libnet-ssleay-perl \ | 30 | libnet-ssleay-perl \ |
| 30 | libstrictures-perl \ | 31 | libstrictures-perl \ |
| @@ -47,7 +48,6 @@ PTESTS_PROBLEMS_META_PERL = "\ | |||
| 47 | libconfig-autoconf-perl \ | 48 | libconfig-autoconf-perl \ |
| 48 | libhtml-parser-perl \ | 49 | libhtml-parser-perl \ |
| 49 | libmodule-build-tiny-perl \ | 50 | libmodule-build-tiny-perl \ |
| 50 | libnet-dns-perl \ | ||
| 51 | libnet-dns-sec-perl \ | 51 | libnet-dns-sec-perl \ |
| 52 | libunix-statgrab \ | 52 | libunix-statgrab \ |
| 53 | libxml-libxml-perl \ | 53 | libxml-libxml-perl \ |
diff --git a/meta-perl/recipes-perl/libnet/libnet-dns-perl_1.52.bb b/meta-perl/recipes-perl/libnet/libnet-dns-perl_1.53.bb index d0f8141794..cccbb16a59 100644 --- a/meta-perl/recipes-perl/libnet/libnet-dns-perl_1.52.bb +++ b/meta-perl/recipes-perl/libnet/libnet-dns-perl_1.53.bb | |||
| @@ -9,7 +9,7 @@ DEPENDS += "perl" | |||
| 9 | 9 | ||
| 10 | SRC_URI = "${CPAN_MIRROR}/authors/id/N/NL/NLNETLABS/Net-DNS-${PV}.tar.gz" | 10 | SRC_URI = "${CPAN_MIRROR}/authors/id/N/NL/NLNETLABS/Net-DNS-${PV}.tar.gz" |
| 11 | 11 | ||
| 12 | SRC_URI[sha256sum] = "c9884fcb08e4d03c23188d4e10836c2382fcb65b69859581a20845a3235a7203" | 12 | SRC_URI[sha256sum] = "04acb4f177d57c147dcedc4bd70e23806af3db75a532f46f95461b2bc9a94959" |
| 13 | 13 | ||
| 14 | UPSTREAM_CHECK_REGEX = "Net\-DNS\-(?P<pver>(\d+\.\d+))(?!_\d+).tar" | 14 | UPSTREAM_CHECK_REGEX = "Net\-DNS\-(?P<pver>(\d+\.\d+))(?!_\d+).tar" |
| 15 | 15 | ||
| @@ -41,12 +41,27 @@ RRECOMMENDS:${PN} += " \ | |||
| 41 | libnet-dns-sec-perl \ | 41 | libnet-dns-sec-perl \ |
| 42 | " | 42 | " |
| 43 | 43 | ||
| 44 | do_install_ptest_perl:append(){ | ||
| 45 | install ${S}/MANIFEST ${D}${PTEST_PATH} | ||
| 46 | cp -r ${S}/lib ${D}${PTEST_PATH} | ||
| 47 | cp ${D}${PTEST_PATH}/t/TestToolkit.pm ${D}${PTEST_PATH} | ||
| 48 | |||
| 49 | # This test tries to reconcile the MANIFEST file content with the actual | ||
| 50 | # package content. While this might be useful for package integrity | ||
| 51 | # verification, it is not much for runtime testing. It also requires the | ||
| 52 | # whole source package to be installed. Rather just drop this test. | ||
| 53 | rm ${D}${PTEST_PATH}/t/00-install.t | ||
| 54 | } | ||
| 55 | |||
| 44 | RDEPENDS:${PN}-ptest += " \ | 56 | RDEPENDS:${PN}-ptest += " \ |
| 45 | perl-module-encode \ | 57 | perl-module-encode \ |
| 58 | perl-module-encode-encoding \ | ||
| 46 | perl-module-encode-byte \ | 59 | perl-module-encode-byte \ |
| 47 | perl-module-extutils-mm \ | 60 | perl-module-extutils-mm \ |
| 48 | perl-module-extutils-mm-unix \ | 61 | perl-module-extutils-mm-unix \ |
| 49 | perl-module-overload \ | 62 | perl-module-overload \ |
| 63 | perl-module-perlio \ | ||
| 64 | perl-module-perlio-encoding \ | ||
| 50 | " | 65 | " |
| 51 | 66 | ||
| 52 | python __anonymous () { | 67 | python __anonymous () { |
| @@ -61,4 +76,3 @@ python __anonymous () { | |||
| 61 | raise bb.parse.SkipRecipe("incompatible with %s C library" % | 76 | raise bb.parse.SkipRecipe("incompatible with %s C library" % |
| 62 | d.getVar('TCLIBC')) | 77 | d.getVar('TCLIBC')) |
| 63 | } | 78 | } |
| 64 | |||
