mirror of
git://git.yoctoproject.org/poky
synced 2026-08-12 12:15:00 +00:00
perl_5.14.2.bb:Fix support strict/vars/config/warnings modules
With the move of the strict/vars/config/warnings modules to the main perl recipe, we need to RPROVIDE those modules to ensure that package dependencies on those modules continue to work correctly. Cherry-pick commit 072a6d352f55bbe481b04db02aa6d9cde7d90057 (From OE-Core rev: 45d4f46801fed8fe746a7e76c4732754950dd28d) Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
e73a12790e
commit
286c2dfc55
@ -251,6 +251,7 @@ FILES_${PN} = "${bindir}/perl ${bindir}/perl${PV} \
|
||||
${libdir}/perl/${PV}/warnings \
|
||||
${libdir}/perl/${PV}/vars.pm \
|
||||
"
|
||||
RPROVIDES_${PN} += "perl-module-strict perl-module-vars perl-module-config perl-module-warnings"
|
||||
FILES_${PN}-dev = "${libdir}/perl/${PV}/CORE"
|
||||
FILES_${PN}-lib = "${libdir}/libperl.so* \
|
||||
${libdir}/perl5 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user