diff options
Diffstat (limited to 'meta-perl/recipes-perl/libencode/libencode-perl_3.11.bb')
| -rw-r--r-- | meta-perl/recipes-perl/libencode/libencode-perl_3.11.bb | 10 |
1 files changed, 5 insertions, 5 deletions
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 \ |
