diff options
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.bb | 16 |
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" | |||
| 14 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ | 14 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ |
| 15 | file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" | 15 | file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" |
| 16 | 16 | ||
| 17 | SRC_URI = "${CPAN_MIRROR}/authors/id/A/AM/AMBS/Config-AutoConf-${PV}.tar.gz" | 17 | SRC_URI = "${CPAN_MIRROR}/authors/id/A/AM/AMBS/Config-AutoConf-${PV}.tar.gz \ |
| 18 | file://0001-correct-libperl-regex.patch \ | ||
| 19 | " | ||
| 18 | 20 | ||
| 19 | SRC_URI[sha256sum] = "bb57a958ef49d3f7162276dae14a7bd5af43fd1d8513231af35d665459454023" | 21 | SRC_URI[sha256sum] = "bb57a958ef49d3f7162276dae14a7bd5af43fd1d8513231af35d665459454023" |
| 20 | RDEPENDS:${PN} += "libcapture-tiny-perl" | 22 | RDEPENDS:${PN} += "libcapture-tiny-perl" |
| @@ -31,8 +33,20 @@ RDEPENDS:${PN} += "perl-module-scalar-util" | |||
| 31 | RDEPENDS:${PN} += "perl-module-strict" | 33 | RDEPENDS:${PN} += "perl-module-strict" |
| 32 | RDEPENDS:${PN} += "perl-module-text-parsewords" | 34 | RDEPENDS:${PN} += "perl-module-text-parsewords" |
| 33 | RDEPENDS:${PN} += "perl-module-warnings" | 35 | RDEPENDS:${PN} += "perl-module-warnings" |
| 36 | |||
| 37 | RDEPENDS:${PN}-ptest += " \ | ||
| 38 | packagegroup-core-buildessential \ | ||
| 39 | perl-dev \ | ||
| 40 | perl-module-file-glob \ | ||
| 41 | perl-module-perl-ostype \ | ||
| 42 | perl-module-metadata" | ||
| 43 | |||
| 34 | RRECOMMENDS:${PN} += "libfile-slurper-perl" | 44 | RRECOMMENDS:${PN} += "libfile-slurper-perl" |
| 35 | 45 | ||
| 46 | # One test requires perl headers (perl-dev) to compile some | ||
| 47 | # test application. | ||
| 48 | INSANE_SKIP:${PN}-ptest += "dev-deps" | ||
| 49 | |||
| 36 | S = "${UNPACKDIR}/Config-AutoConf-${PV}" | 50 | S = "${UNPACKDIR}/Config-AutoConf-${PV}" |
| 37 | 51 | ||
| 38 | inherit cpan ptest-perl | 52 | inherit cpan ptest-perl |
