summaryrefslogtreecommitdiffstats
path: root/meta-perl/recipes-perl/libconfig/libconfig-autoconf-perl_0.319.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-perl/recipes-perl/libconfig/libconfig-autoconf-perl_0.319.bb')
-rw-r--r--meta-perl/recipes-perl/libconfig/libconfig-autoconf-perl_0.319.bb5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-perl/recipes-perl/libconfig/libconfig-autoconf-perl_0.319.bb b/meta-perl/recipes-perl/libconfig/libconfig-autoconf-perl_0.319.bb
index 5c3701f16b..086b2ff32e 100644
--- a/meta-perl/recipes-perl/libconfig/libconfig-autoconf-perl_0.319.bb
+++ b/meta-perl/recipes-perl/libconfig/libconfig-autoconf-perl_0.319.bb
@@ -6,7 +6,7 @@ DESCRIPTION = "Config::AutoConf is intended to provide the same opportunities to
6developers as GNU Autoconf <http://www.gnu.org/software/autoconf/> does for \ 6developers as GNU Autoconf <http://www.gnu.org/software/autoconf/> does for \
7Shell developers." 7Shell developers."
8 8
9HOMEPAGE= "https://metacpan.org/release/Config-AutoConf" 9HOMEPAGE = "https://metacpan.org/release/Config-AutoConf"
10 10
11SECTION = "libs" 11SECTION = "libs"
12LICENSE = "Artistic-1.0 | GPL-1.0-or-later" 12LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
@@ -16,7 +16,6 @@ file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf
16 16
17SRC_URI = "${CPAN_MIRROR}/authors/id/R/RE/REHSACK/Config-AutoConf-${PV}.tar.gz" 17SRC_URI = "${CPAN_MIRROR}/authors/id/R/RE/REHSACK/Config-AutoConf-${PV}.tar.gz"
18 18
19SRC_URI[md5sum] = "eeeab8cc93eef7dd2e2c343ecdf247b7"
20SRC_URI[sha256sum] = "304f66cc2653264c0fe127d21669e86d3d18cd72f2574d8f5131beec31a0a33e" 19SRC_URI[sha256sum] = "304f66cc2653264c0fe127d21669e86d3d18cd72f2574d8f5131beec31a0a33e"
21RDEPENDS:${PN} += "libcapture-tiny-perl" 20RDEPENDS:${PN} += "libcapture-tiny-perl"
22RDEPENDS:${PN} += "perl-module-base" 21RDEPENDS:${PN} += "perl-module-base"
@@ -34,7 +33,7 @@ RDEPENDS:${PN} += "perl-module-text-parsewords"
34RDEPENDS:${PN} += "perl-module-warnings" 33RDEPENDS:${PN} += "perl-module-warnings"
35RRECOMMENDS:${PN} += "libfile-slurper-perl" 34RRECOMMENDS:${PN} += "libfile-slurper-perl"
36 35
37S = "${WORKDIR}/Config-AutoConf-${PV}" 36S = "${UNPACKDIR}/Config-AutoConf-${PV}"
38 37
39inherit cpan ptest-perl 38inherit cpan ptest-perl
40 39