diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-01-08 14:27:57 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-01-10 21:18:22 +0000 |
| commit | 0ae7500dc56ab33a11094fa82bf7c85174815253 (patch) | |
| tree | 3a2fa9098b663ada04d1b786755cbe9d06d6ca8c /meta/recipes-devtools/perl | |
| parent | 4024100f5b5ed78d294748e9fa160d9e99ac0b37 (diff) | |
| download | poky-0ae7500dc56ab33a11094fa82bf7c85174815253.tar.gz | |
perl: package Config.pm from arch directory into the main perl package
Otherwise, some modules such as libmodule-build-perl fail to work
properly.
(From OE-Core rev: e4072d53a7fb4fbbdacce9a20968e71ef6cff307)
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.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/perl/perl_5.30.1.bb b/meta/recipes-devtools/perl/perl_5.30.1.bb index 6e0b2007fb..d5318fb949 100644 --- a/meta/recipes-devtools/perl/perl_5.30.1.bb +++ b/meta/recipes-devtools/perl/perl_5.30.1.bb | |||
| @@ -198,6 +198,7 @@ require perl-ptest.inc | |||
| 198 | FILES_${PN} = "${bindir}/perl ${bindir}/perl.real ${bindir}/perl${PV} ${libdir}/libperl.so* \ | 198 | FILES_${PN} = "${bindir}/perl ${bindir}/perl.real ${bindir}/perl${PV} ${libdir}/libperl.so* \ |
| 199 | ${libdir}/perl5/site_perl \ | 199 | ${libdir}/perl5/site_perl \ |
| 200 | ${libdir}/perl5/${PV}/Config.pm \ | 200 | ${libdir}/perl5/${PV}/Config.pm \ |
| 201 | ${libdir}/perl5/${PV}/${TARGET_ARCH}-linux/Config.pm \ | ||
| 201 | ${libdir}/perl5/${PV}/*/Config_git.pl \ | 202 | ${libdir}/perl5/${PV}/*/Config_git.pl \ |
| 202 | ${libdir}/perl5/${PV}/*/Config_heavy-target.pl \ | 203 | ${libdir}/perl5/${PV}/*/Config_heavy-target.pl \ |
| 203 | ${libdir}/perl5/config.sh \ | 204 | ${libdir}/perl5/config.sh \ |
