]> code.ossystems Code Review - openembedded-core.git/commitdiff
perl_5.14.2.bb:Fix support strict/vars/config/warnings modules
authorHongxu Jia <hongxu.jia@windriver.com>
Mon, 11 Mar 2013 06:39:45 +0000 (14:39 +0800)
committerRoss Burton <ross.burton@intel.com>
Tue, 23 Apr 2013 09:38:45 +0000 (10:38 +0100)
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

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
meta/recipes-devtools/perl/perl_5.14.2.bb

index 3c3a6b8f04b548273f78a33c5134c3101733ad85..fbe91fe5e53cc5b2d0e2c91bd507b9f43794da43 100644 (file)
@@ -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 \