summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
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-03-07 10:56:45 +0000
commitdd95222a3afd83305d096dab5d0b8012524b53f9 (patch)
treec011fc127baa925b1a5a5574cbc832b2fe8b4100 /meta/recipes-devtools
parent19e844dc2e840e3e5cc0a6401ccc5f2f13d686f7 (diff)
downloadpoky-dd95222a3afd83305d096dab5d0b8012524b53f9.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: c95832dbfe4f375dadbffc8ee678052dbf7b3913) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 829e8c49833e4cb8de5db869769eb492c827e8c9) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-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 c79a725987..c68ffb1376 100644
--- a/meta/recipes-devtools/perl/perl_5.30.1.bb
+++ b/meta/recipes-devtools/perl/perl_5.30.1.bb
@@ -210,6 +210,9 @@ FILES_${PN} = "${bindir}/perl ${bindir}/perl.real ${bindir}/perl${PV} ${libdir}/
210 ${libdir}/perl5/${PV}/warnings \ 210 ${libdir}/perl5/${PV}/warnings \
211 ${libdir}/perl5/${PV}/vars.pm \ 211 ${libdir}/perl5/${PV}/vars.pm \
212 ${libdir}/perl5/site_perl \ 212 ${libdir}/perl5/site_perl \
213 ${libdir}/perl5/${PV}/ExtUtils/MANIFEST.SKIP \
214 ${libdir}/perl5/${PV}/ExtUtils/xsubpp \
215 ${libdir}/perl5/${PV}/ExtUtils/typemap \
213 " 216 "
214RPROVIDES_${PN} += "perl-module-strict perl-module-vars perl-module-config perl-module-warnings \ 217RPROVIDES_${PN} += "perl-module-strict perl-module-vars perl-module-config perl-module-warnings \
215 perl-module-warnings-register" 218 perl-module-warnings-register"
@@ -220,9 +223,6 @@ FILES_${PN}-dev_append = " ${libdir}/perl5/${PV}/*/CORE"
220 223
221FILES_${PN}-doc_append = " ${libdir}/perl5/${PV}/Unicode/Collate/*.txt \ 224FILES_${PN}-doc_append = " ${libdir}/perl5/${PV}/Unicode/Collate/*.txt \
222 ${libdir}/perl5/${PV}/*/.packlist \ 225 ${libdir}/perl5/${PV}/*/.packlist \
223 ${libdir}/perl5/${PV}/ExtUtils/MANIFEST.SKIP \
224 ${libdir}/perl5/${PV}/ExtUtils/xsubpp \
225 ${libdir}/perl5/${PV}/ExtUtils/typemap \
226 ${libdir}/perl5/${PV}/Encode/encode.h \ 226 ${libdir}/perl5/${PV}/Encode/encode.h \
227 " 227 "
228PACKAGES += "${PN}-misc" 228PACKAGES += "${PN}-misc"