[oe-commits] Hongxu Jia : perl_5.14.2.bb:Fix support strict/vars/config/warnings modules

git at git.openembedded.org git at git.openembedded.org
Tue Apr 23 12:00:31 UTC 2013


Module: openembedded-core.git
Branch: danny
Commit: 45d4f46801fed8fe746a7e76c4732754950dd28d
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=45d4f46801fed8fe746a7e76c4732754950dd28d

Author: Hongxu Jia <hongxu.jia at windriver.com>
Date:   Mon Mar 11 14:39:45 2013 +0800

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

Signed-off-by: Hongxu Jia <hongxu.jia at windriver.com>

---

 meta/recipes-devtools/perl/perl_5.14.2.bb |    1 +
 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 3c3a6b8..fbe91fe 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} \
                ${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 \





More information about the Openembedded-commits mailing list