summaryrefslogtreecommitdiffstats
path: root/meta-perl/recipes-perl/libconfig/libconfig-autoconf-perl_0.320.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-perl/recipes-perl/libconfig/libconfig-autoconf-perl_0.320.bb')
-rw-r--r--meta-perl/recipes-perl/libconfig/libconfig-autoconf-perl_0.320.bb16
1 files changed, 15 insertions, 1 deletions
diff --git a/meta-perl/recipes-perl/libconfig/libconfig-autoconf-perl_0.320.bb b/meta-perl/recipes-perl/libconfig/libconfig-autoconf-perl_0.320.bb
index d8ca2ae247..5c233ed22d 100644
--- a/meta-perl/recipes-perl/libconfig/libconfig-autoconf-perl_0.320.bb
+++ b/meta-perl/recipes-perl/libconfig/libconfig-autoconf-perl_0.320.bb
@@ -14,7 +14,9 @@ LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
14LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ 14LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \
15file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" 15file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61"
16 16
17SRC_URI = "${CPAN_MIRROR}/authors/id/A/AM/AMBS/Config-AutoConf-${PV}.tar.gz" 17SRC_URI = "${CPAN_MIRROR}/authors/id/A/AM/AMBS/Config-AutoConf-${PV}.tar.gz \
18 file://0001-correct-libperl-regex.patch \
19 "
18 20
19SRC_URI[sha256sum] = "bb57a958ef49d3f7162276dae14a7bd5af43fd1d8513231af35d665459454023" 21SRC_URI[sha256sum] = "bb57a958ef49d3f7162276dae14a7bd5af43fd1d8513231af35d665459454023"
20RDEPENDS:${PN} += "libcapture-tiny-perl" 22RDEPENDS:${PN} += "libcapture-tiny-perl"
@@ -31,8 +33,20 @@ RDEPENDS:${PN} += "perl-module-scalar-util"
31RDEPENDS:${PN} += "perl-module-strict" 33RDEPENDS:${PN} += "perl-module-strict"
32RDEPENDS:${PN} += "perl-module-text-parsewords" 34RDEPENDS:${PN} += "perl-module-text-parsewords"
33RDEPENDS:${PN} += "perl-module-warnings" 35RDEPENDS:${PN} += "perl-module-warnings"
36
37RDEPENDS:${PN}-ptest += " \
38 packagegroup-core-buildessential \
39 perl-dev \
40 perl-module-file-glob \
41 perl-module-perl-ostype \
42 perl-module-metadata"
43
34RRECOMMENDS:${PN} += "libfile-slurper-perl" 44RRECOMMENDS:${PN} += "libfile-slurper-perl"
35 45
46# One test requires perl headers (perl-dev) to compile some
47# test application.
48INSANE_SKIP:${PN}-ptest += "dev-deps"
49
36S = "${UNPACKDIR}/Config-AutoConf-${PV}" 50S = "${UNPACKDIR}/Config-AutoConf-${PV}"
37 51
38inherit cpan ptest-perl 52inherit cpan ptest-perl