[oe-commits] Richard Purdie : perl: Fix perl module dependency issues

git at git.openembedded.org git at git.openembedded.org
Mon Oct 22 08:48:49 UTC 2012


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

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Mon Oct 22 08:43:19 2012 +0000

perl: Fix perl module dependency issues

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.

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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 799b86f..48ce156 100644
--- a/meta/recipes-devtools/perl/perl_5.14.2.bb
+++ b/meta/recipes-devtools/perl/perl_5.14.2.bb
@@ -250,6 +250,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