diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2021-07-29 17:04:53 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-08-03 10:21:25 -0700 |
| commit | c61dc077bbd81260e4f167fa2251643ba0ba6974 (patch) | |
| tree | 66c3243f8f64ae60f66f70a16e8128c247254a65 /meta-perl/recipes-perl/libconfig | |
| parent | c5f7cfb8db54cfa4257797db5bd87828dea43296 (diff) | |
| download | meta-openembedded-c61dc077bbd81260e4f167fa2251643ba0ba6974.tar.gz | |
Convert to new override syntax
This is the result of automated script (0.9.1) conversion:
oe-core/scripts/contrib/convert-overrides.py .
converting the metadata to use ":" as the override character instead of "_".
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-perl/recipes-perl/libconfig')
| -rw-r--r-- | meta-perl/recipes-perl/libconfig/libconfig-autoconf-perl_0.319.bb | 30 |
1 files changed, 15 insertions, 15 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 38598e2b49..ea9dfed261 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 | |||
| @@ -18,21 +18,21 @@ SRC_URI = "${CPAN_MIRROR}/authors/id/R/RE/REHSACK/Config-AutoConf-${PV}.tar.gz" | |||
| 18 | 18 | ||
| 19 | SRC_URI[md5sum] = "eeeab8cc93eef7dd2e2c343ecdf247b7" | 19 | SRC_URI[md5sum] = "eeeab8cc93eef7dd2e2c343ecdf247b7" |
| 20 | SRC_URI[sha256sum] = "304f66cc2653264c0fe127d21669e86d3d18cd72f2574d8f5131beec31a0a33e" | 20 | SRC_URI[sha256sum] = "304f66cc2653264c0fe127d21669e86d3d18cd72f2574d8f5131beec31a0a33e" |
| 21 | RDEPENDS_${PN} += "libcapture-tiny-perl" | 21 | RDEPENDS:${PN} += "libcapture-tiny-perl" |
| 22 | RDEPENDS_${PN} += "perl-module-base" | 22 | RDEPENDS:${PN} += "perl-module-base" |
| 23 | RDEPENDS_${PN} += "perl-module-carp" | 23 | RDEPENDS:${PN} += "perl-module-carp" |
| 24 | RDEPENDS_${PN} += "perl-module-config" | 24 | RDEPENDS:${PN} += "perl-module-config" |
| 25 | RDEPENDS_${PN} += "perl-module-constant" | 25 | RDEPENDS:${PN} += "perl-module-constant" |
| 26 | RDEPENDS_${PN} += "perl-module-file-basename" | 26 | RDEPENDS:${PN} += "perl-module-file-basename" |
| 27 | RDEPENDS_${PN} += "perl-module-file-spec" | 27 | RDEPENDS:${PN} += "perl-module-file-spec" |
| 28 | RDEPENDS_${PN} += "perl-module-file-temp" | 28 | RDEPENDS:${PN} += "perl-module-file-temp" |
| 29 | RDEPENDS_${PN} += "perl-module-extutils-cbuilder" | 29 | RDEPENDS:${PN} += "perl-module-extutils-cbuilder" |
| 30 | RDEPENDS_${PN} += "perl-module-extutils-cbuilder-platform-unix" | 30 | RDEPENDS:${PN} += "perl-module-extutils-cbuilder-platform-unix" |
| 31 | RDEPENDS_${PN} += "perl-module-scalar-util" | 31 | RDEPENDS:${PN} += "perl-module-scalar-util" |
| 32 | RDEPENDS_${PN} += "perl-module-strict" | 32 | RDEPENDS:${PN} += "perl-module-strict" |
| 33 | RDEPENDS_${PN} += "perl-module-text-parsewords" | 33 | RDEPENDS:${PN} += "perl-module-text-parsewords" |
| 34 | RDEPENDS_${PN} += "perl-module-warnings" | 34 | RDEPENDS:${PN} += "perl-module-warnings" |
| 35 | RRECOMMENDS_${PN} += "libfile-slurper-perl" | 35 | RRECOMMENDS:${PN} += "libfile-slurper-perl" |
| 36 | 36 | ||
| 37 | S = "${WORKDIR}/Config-AutoConf-${PV}" | 37 | S = "${WORKDIR}/Config-AutoConf-${PV}" |
| 38 | 38 | ||
