diff options
-rw-r--r-- | meta-perl/recipes-perl/libencode/libencode-perl_2.94.bb (renamed from meta-perl/recipes-perl/libencode/libencode-perl_2.83.bb) | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/meta-perl/recipes-perl/libencode/libencode-perl_2.83.bb b/meta-perl/recipes-perl/libencode/libencode-perl_2.94.bb index 1189ff941e..9861c56e05 100644 --- a/meta-perl/recipes-perl/libencode/libencode-perl_2.83.bb +++ b/meta-perl/recipes-perl/libencode/libencode-perl_2.94.bb | |||
@@ -12,11 +12,11 @@ AUTHOR = "Dan Kogai <dankogai+cpan@gmail.com>" | |||
12 | HOMEPAGE = "https://metacpan.org/release/Encode" | 12 | HOMEPAGE = "https://metacpan.org/release/Encode" |
13 | SECTION = "lib" | 13 | SECTION = "lib" |
14 | LICENSE = "Artistic-1.0 | GPL-1.0+" | 14 | LICENSE = "Artistic-1.0 | GPL-1.0+" |
15 | LIC_FILES_CHKSUM = "file://META.json;md5=fdbebc82e925d8acbce42cfad131c4d1" | 15 | LIC_FILES_CHKSUM = "file://META.json;md5=d8e909447b983532b2b460c830e7a7e4" |
16 | 16 | ||
17 | SRC_URI = "${CPAN_MIRROR}/authors/id/D/DA/DANKOGAI/Encode-${PV}.tar.gz" | 17 | SRC_URI = "${CPAN_MIRROR}/authors/id/D/DA/DANKOGAI/Encode-${PV}.tar.gz" |
18 | SRC_URI[md5sum] = "0d3f59e8ea704497647eded665919053" | 18 | SRC_URI[md5sum] = "f995e0eb9e52d01ed57abe835bf3ccb6" |
19 | SRC_URI[sha256sum] = "5d3a90e30aabe78dfcf5e816ffb1da1e33475892dbd0075320315cdce5682988" | 19 | SRC_URI[sha256sum] = "acb3a4af5e3ee38f94de8baa7454e0b836a0649e7ac4180f28dfca439ad60cff" |
20 | 20 | ||
21 | UPSTREAM_CHECK_REGEX = "Encode\-(?P<pver>(\d+\.\d+))(?!_\d+).tar" | 21 | UPSTREAM_CHECK_REGEX = "Encode\-(?P<pver>(\d+\.\d+))(?!_\d+).tar" |
22 | 22 | ||
@@ -24,8 +24,15 @@ S = "${WORKDIR}/Encode-${PV}" | |||
24 | 24 | ||
25 | inherit cpan | 25 | inherit cpan |
26 | 26 | ||
27 | # 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 | ||
28 | # 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 | ||
29 | # 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 | ||
30 | RCONFLICTS_${PN} = "perl-misc" | ||
31 | |||
27 | RDEPENDS_${PN} += " perl-module-bytes \ | 32 | RDEPENDS_${PN} += " perl-module-bytes \ |
28 | perl-module-constant \ | 33 | perl-module-constant \ |
34 | perl-module-parent \ | ||
35 | perl-module-storable \ | ||
29 | perl-module-xsloader \ | 36 | perl-module-xsloader \ |
30 | " | 37 | " |
31 | 38 | ||
@@ -49,7 +56,7 @@ RPROVIDES_${PN} += "libencode-alias-perl \ | |||
49 | libencode-mime-name-perl \ | 56 | libencode-mime-name-perl \ |
50 | libencode-symbol-perl \ | 57 | libencode-symbol-perl \ |
51 | libencode-tw-perl \ | 58 | libencode-tw-perl \ |
52 | libencode-unicode--perl \ | 59 | libencode-unicode-perl \ |
53 | libencode-unicode-utf7-perl \ | 60 | libencode-unicode-utf7-perl \ |
54 | libencoding-perl \ | 61 | libencoding-perl \ |
55 | libencode-internal-perl \ | 62 | libencode-internal-perl \ |