diff options
Diffstat (limited to 'meta-perl/recipes-perl')
| -rw-r--r-- | meta-perl/recipes-perl/libencode/libencode-perl_2.83.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/meta-perl/recipes-perl/libencode/libencode-perl_2.83.bb b/meta-perl/recipes-perl/libencode/libencode-perl_2.83.bb index ee8c67d686..1189ff941e 100644 --- a/meta-perl/recipes-perl/libencode/libencode-perl_2.83.bb +++ b/meta-perl/recipes-perl/libencode/libencode-perl_2.83.bb | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | # NOTE: | ||
| 2 | # You should use perl-module-encode rather than this package | ||
| 3 | # unless you specifically need a version newer than what is | ||
| 4 | # provided by perl. | ||
| 5 | |||
| 1 | SUMMARY = "Encode - character encodings" | 6 | SUMMARY = "Encode - character encodings" |
| 2 | DESCRIPTION = "The \"Encode\" module provides the interfaces between \ | 7 | DESCRIPTION = "The \"Encode\" module provides the interfaces between \ |
| 3 | Perl's strings and the rest of the system. Perl strings are sequences \ | 8 | Perl's strings and the rest of the system. Perl strings are sequences \ |
| @@ -13,6 +18,8 @@ SRC_URI = "${CPAN_MIRROR}/authors/id/D/DA/DANKOGAI/Encode-${PV}.tar.gz" | |||
| 13 | SRC_URI[md5sum] = "0d3f59e8ea704497647eded665919053" | 18 | SRC_URI[md5sum] = "0d3f59e8ea704497647eded665919053" |
| 14 | SRC_URI[sha256sum] = "5d3a90e30aabe78dfcf5e816ffb1da1e33475892dbd0075320315cdce5682988" | 19 | SRC_URI[sha256sum] = "5d3a90e30aabe78dfcf5e816ffb1da1e33475892dbd0075320315cdce5682988" |
| 15 | 20 | ||
| 21 | UPSTREAM_CHECK_REGEX = "Encode\-(?P<pver>(\d+\.\d+))(?!_\d+).tar" | ||
| 22 | |||
| 16 | S = "${WORKDIR}/Encode-${PV}" | 23 | S = "${WORKDIR}/Encode-${PV}" |
| 17 | 24 | ||
| 18 | inherit cpan | 25 | inherit cpan |
