diff options
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.bb | 5 |
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 | |||
6 | developers as GNU Autoconf <http://www.gnu.org/software/autoconf/> does for \ | 6 | developers as GNU Autoconf <http://www.gnu.org/software/autoconf/> does for \ |
7 | Shell developers." | 7 | Shell developers." |
8 | 8 | ||
9 | HOMEPAGE= "https://metacpan.org/release/Config-AutoConf" | 9 | HOMEPAGE = "https://metacpan.org/release/Config-AutoConf" |
10 | 10 | ||
11 | SECTION = "libs" | 11 | SECTION = "libs" |
12 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | 12 | LICENSE = "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 | ||
17 | SRC_URI = "${CPAN_MIRROR}/authors/id/R/RE/REHSACK/Config-AutoConf-${PV}.tar.gz" | 17 | SRC_URI = "${CPAN_MIRROR}/authors/id/R/RE/REHSACK/Config-AutoConf-${PV}.tar.gz" |
18 | 18 | ||
19 | SRC_URI[md5sum] = "eeeab8cc93eef7dd2e2c343ecdf247b7" | ||
20 | SRC_URI[sha256sum] = "304f66cc2653264c0fe127d21669e86d3d18cd72f2574d8f5131beec31a0a33e" | 19 | SRC_URI[sha256sum] = "304f66cc2653264c0fe127d21669e86d3d18cd72f2574d8f5131beec31a0a33e" |
21 | RDEPENDS:${PN} += "libcapture-tiny-perl" | 20 | RDEPENDS:${PN} += "libcapture-tiny-perl" |
22 | RDEPENDS:${PN} += "perl-module-base" | 21 | RDEPENDS:${PN} += "perl-module-base" |
@@ -34,7 +33,7 @@ RDEPENDS:${PN} += "perl-module-text-parsewords" | |||
34 | RDEPENDS:${PN} += "perl-module-warnings" | 33 | RDEPENDS:${PN} += "perl-module-warnings" |
35 | RRECOMMENDS:${PN} += "libfile-slurper-perl" | 34 | RRECOMMENDS:${PN} += "libfile-slurper-perl" |
36 | 35 | ||
37 | S = "${WORKDIR}/Config-AutoConf-${PV}" | 36 | S = "${UNPACKDIR}/Config-AutoConf-${PV}" |
38 | 37 | ||
39 | inherit cpan ptest-perl | 38 | inherit cpan ptest-perl |
40 | 39 | ||