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/libencode | |
| 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/libencode')
| -rw-r--r-- | meta-perl/recipes-perl/libencode/libencode-locale-perl_1.05.bb | 2 | ||||
| -rw-r--r-- | meta-perl/recipes-perl/libencode/libencode-perl_3.11.bb | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/meta-perl/recipes-perl/libencode/libencode-locale-perl_1.05.bb b/meta-perl/recipes-perl/libencode/libencode-locale-perl_1.05.bb index 748f746a04..700974b423 100644 --- a/meta-perl/recipes-perl/libencode/libencode-locale-perl_1.05.bb +++ b/meta-perl/recipes-perl/libencode/libencode-locale-perl_1.05.bb | |||
| @@ -13,7 +13,7 @@ S = "${WORKDIR}/Encode-Locale-${PV}" | |||
| 13 | 13 | ||
| 14 | inherit cpan | 14 | inherit cpan |
| 15 | 15 | ||
| 16 | RDEPENDS_${PN} += "libencode-perl \ | 16 | RDEPENDS:${PN} += "libencode-perl \ |
| 17 | libencode-alias-perl \ | 17 | libencode-alias-perl \ |
| 18 | perl-module-base \ | 18 | perl-module-base \ |
| 19 | " | 19 | " |
diff --git a/meta-perl/recipes-perl/libencode/libencode-perl_3.11.bb b/meta-perl/recipes-perl/libencode/libencode-perl_3.11.bb index 7c213f6592..f1d44b3090 100644 --- a/meta-perl/recipes-perl/libencode/libencode-perl_3.11.bb +++ b/meta-perl/recipes-perl/libencode/libencode-perl_3.11.bb | |||
| @@ -23,7 +23,7 @@ S = "${WORKDIR}/Encode-${PV}" | |||
| 23 | 23 | ||
| 24 | inherit cpan ptest-perl | 24 | inherit cpan ptest-perl |
| 25 | 25 | ||
| 26 | do_install_prepend() { | 26 | do_install:prepend() { |
| 27 | # Requires "-T" (taint) option on command line | 27 | # Requires "-T" (taint) option on command line |
| 28 | rm -rf ${B}/t/taint.t | 28 | rm -rf ${B}/t/taint.t |
| 29 | # Circular dependency of perl-module-open on perl-module-encode | 29 | # Circular dependency of perl-module-open on perl-module-encode |
| @@ -42,9 +42,9 @@ do_install_ptest() { | |||
| 42 | # file /usr/bin/enc2xs from install of perl-misc-5.24.1-r0.i586 conflicts with file from package libencode-perl-2.94-r0.i586 | 42 | # file /usr/bin/enc2xs from install of perl-misc-5.24.1-r0.i586 conflicts with file from package libencode-perl-2.94-r0.i586 |
| 43 | # file /usr/bin/encguess from install of perl-misc-5.24.1-r0.i586 conflicts with file from package libencode-perl-2.94-r0.i586 | 43 | # file /usr/bin/encguess from install of perl-misc-5.24.1-r0.i586 conflicts with file from package libencode-perl-2.94-r0.i586 |
| 44 | # file /usr/bin/piconv from install of perl-misc-5.24.1-r0.i586 conflicts with file from package libencode-perl-2.94-r0.i586 | 44 | # file /usr/bin/piconv from install of perl-misc-5.24.1-r0.i586 conflicts with file from package libencode-perl-2.94-r0.i586 |
| 45 | RCONFLICTS_${PN} = "perl-misc perl-module-encode" | 45 | RCONFLICTS:${PN} = "perl-misc perl-module-encode" |
| 46 | 46 | ||
| 47 | RDEPENDS_${PN} += " \ | 47 | RDEPENDS:${PN} += " \ |
| 48 | perl-module-bytes \ | 48 | perl-module-bytes \ |
| 49 | perl-module-constant \ | 49 | perl-module-constant \ |
| 50 | perl-module-parent \ | 50 | perl-module-parent \ |
| @@ -52,7 +52,7 @@ RDEPENDS_${PN} += " \ | |||
| 52 | perl-module-xsloader \ | 52 | perl-module-xsloader \ |
| 53 | " | 53 | " |
| 54 | 54 | ||
| 55 | RPROVIDES_${PN} += " \ | 55 | RPROVIDES:${PN} += " \ |
| 56 | libencode-alias-perl \ | 56 | libencode-alias-perl \ |
| 57 | libencode-byte-perl \ | 57 | libencode-byte-perl \ |
| 58 | libencode-cjkconstants-perl \ | 58 | libencode-cjkconstants-perl \ |
| @@ -82,7 +82,7 @@ RPROVIDES_${PN} += " \ | |||
| 82 | libencode-utf_ebcdic-perl \ | 82 | libencode-utf_ebcdic-perl \ |
| 83 | " | 83 | " |
| 84 | 84 | ||
| 85 | RDEPENDS_${PN}-ptest += " \ | 85 | RDEPENDS:${PN}-ptest += " \ |
| 86 | perl-module-blib \ | 86 | perl-module-blib \ |
| 87 | perl-module-charnames \ | 87 | perl-module-charnames \ |
| 88 | perl-module-file-compare \ | 88 | perl-module-file-compare \ |
