summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/perl
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2020-01-08 14:27:58 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-01-10 21:18:22 +0000
commit30d5e91276a37dbecfaaabbf416ca975e49334c8 (patch)
tree81640e1241c201b061b49cb3e5659735a4f7aaea /meta/recipes-devtools/perl
parent0ae7500dc56ab33a11094fa82bf7c85174815253 (diff)
downloadpoky-30d5e91276a37dbecfaaabbf416ca975e49334c8.tar.gz
perl: install typemap and other extutils metadata as part of perl-core
Modules actually make use of these files, so they belong in perl-core other than perl-doc (the immediate failure was ptests for libmodule-build-perl failing). (From OE-Core rev: 829e8c49833e4cb8de5db869769eb492c827e8c9) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/perl')
-rw-r--r--meta/recipes-devtools/perl/perl_5.30.1.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-devtools/perl/perl_5.30.1.bb b/meta/recipes-devtools/perl/perl_5.30.1.bb
index d5318fb949..66707e7f9d 100644
--- a/meta/recipes-devtools/perl/perl_5.30.1.bb
+++ b/meta/recipes-devtools/perl/perl_5.30.1.bb
@@ -207,6 +207,9 @@ FILES_${PN} = "${bindir}/perl ${bindir}/perl.real ${bindir}/perl${PV} ${libdir}/
207 ${libdir}/perl5/${PV}/warnings \ 207 ${libdir}/perl5/${PV}/warnings \
208 ${libdir}/perl5/${PV}/vars.pm \ 208 ${libdir}/perl5/${PV}/vars.pm \
209 ${libdir}/perl5/site_perl \ 209 ${libdir}/perl5/site_perl \
210 ${libdir}/perl5/${PV}/ExtUtils/MANIFEST.SKIP \
211 ${libdir}/perl5/${PV}/ExtUtils/xsubpp \
212 ${libdir}/perl5/${PV}/ExtUtils/typemap \
210 " 213 "
211RPROVIDES_${PN} += "perl-module-strict perl-module-vars perl-module-config perl-module-warnings \ 214RPROVIDES_${PN} += "perl-module-strict perl-module-vars perl-module-config perl-module-warnings \
212 perl-module-warnings-register" 215 perl-module-warnings-register"
@@ -217,9 +220,6 @@ FILES_${PN}-dev_append = " ${libdir}/perl5/${PV}/*/CORE"
217 220
218FILES_${PN}-doc_append = " ${libdir}/perl5/${PV}/Unicode/Collate/*.txt \ 221FILES_${PN}-doc_append = " ${libdir}/perl5/${PV}/Unicode/Collate/*.txt \
219 ${libdir}/perl5/${PV}/*/.packlist \ 222 ${libdir}/perl5/${PV}/*/.packlist \
220 ${libdir}/perl5/${PV}/ExtUtils/MANIFEST.SKIP \
221 ${libdir}/perl5/${PV}/ExtUtils/xsubpp \
222 ${libdir}/perl5/${PV}/ExtUtils/typemap \
223 ${libdir}/perl5/${PV}/Encode/encode.h \ 223 ${libdir}/perl5/${PV}/Encode/encode.h \
224 " 224 "
225PACKAGES += "${PN}-misc" 225PACKAGES += "${PN}-misc"