summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHongxu Jia <hongxu.jia@windriver.com>2013-03-11 14:39:45 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-23 13:00:51 +0100
commit286c2dfc55f423dae0e357f000f157530441b33e (patch)
treec61643d7909d696ebab126a394dcee68c68826a3
parente73a12790e0cb446ca1215321f5661bb63d2ca74 (diff)
downloadpoky-286c2dfc55f423dae0e357f000f157530441b33e.tar.gz
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>
-rw-r--r--meta/recipes-devtools/perl/perl_5.14.2.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/perl/perl_5.14.2.bb b/meta/recipes-devtools/perl/perl_5.14.2.bb
index 3c3a6b8f04..fbe91fe5e5 100644
--- a/meta/recipes-devtools/perl/perl_5.14.2.bb
+++ b/meta/recipes-devtools/perl/perl_5.14.2.bb
@@ -251,6 +251,7 @@ FILES_${PN} = "${bindir}/perl ${bindir}/perl${PV} \
251 ${libdir}/perl/${PV}/warnings \ 251 ${libdir}/perl/${PV}/warnings \
252 ${libdir}/perl/${PV}/vars.pm \ 252 ${libdir}/perl/${PV}/vars.pm \
253 " 253 "
254RPROVIDES_${PN} += "perl-module-strict perl-module-vars perl-module-config perl-module-warnings"
254FILES_${PN}-dev = "${libdir}/perl/${PV}/CORE" 255FILES_${PN}-dev = "${libdir}/perl/${PV}/CORE"
255FILES_${PN}-lib = "${libdir}/libperl.so* \ 256FILES_${PN}-lib = "${libdir}/libperl.so* \
256 ${libdir}/perl5 \ 257 ${libdir}/perl5 \