From: Alexander Kanavin Date: Wed, 8 Jan 2020 13:27:57 +0000 (+0100) Subject: perl: package Config.pm from arch directory into the main perl package X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d5fae94a889cd9558e3946ecec2362c94e1c1e9;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git perl: package Config.pm from arch directory into the main perl package Otherwise, some modules such as libmodule-build-perl fail to work properly. Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie (cherry picked from commit e4072d53a7fb4fbbdacce9a20968e71ef6cff307) Signed-off-by: Armin Kuster --- diff --git a/meta/recipes-devtools/perl/perl_5.30.1.bb b/meta/recipes-devtools/perl/perl_5.30.1.bb index 996f631f402..c79a725987b 100644 --- a/meta/recipes-devtools/perl/perl_5.30.1.bb +++ b/meta/recipes-devtools/perl/perl_5.30.1.bb @@ -201,6 +201,7 @@ require perl-ptest.inc FILES_${PN} = "${bindir}/perl ${bindir}/perl.real ${bindir}/perl${PV} ${libdir}/libperl.so* \ ${libdir}/perl5/site_perl \ ${libdir}/perl5/${PV}/Config.pm \ + ${libdir}/perl5/${PV}/${TARGET_ARCH}-linux/Config.pm \ ${libdir}/perl5/${PV}/*/Config_git.pl \ ${libdir}/perl5/${PV}/*/Config_heavy-target.pl \ ${libdir}/perl5/config.sh \