[oe-commits] Yu Ke : perl: revise the RRECOMMENDS_perl-modules for multilib case

git version control git at git.openembedded.org
Wed Jul 20 14:27:46 UTC 2011


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

Author: Yu Ke <ke.yu at intel.com>
Date:   Sat Jul 16 10:00:45 2011 +0800

perl: revise the RRECOMMENDS_perl-modules for multilib case

current RRECOMMENDS_perl-modules replace the hardcode "perl-dbg",
"perl-misc" etc. which does not work in multilib case. Instead, it
should replace the "lib64-perl-dbg", "lib-64-perl-misc". without
doing this, current code will produce RRECOMMENDS=lib64-lib64-xxx etc

This patch revise the code to fix this issue

Signed-off-by: Yu Ke <ke.yu at intel.com>
Signed-off-by: Xu Dongxiao <dongxiao.xu at intel.com>

---

 meta/recipes-devtools/perl/perl_5.12.3.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-devtools/perl/perl_5.12.3.bb b/meta/recipes-devtools/perl/perl_5.12.3.bb
index c75a532..4b6b5a7 100644
--- a/meta/recipes-devtools/perl/perl_5.12.3.bb
+++ b/meta/recipes-devtools/perl/perl_5.12.3.bb
@@ -282,7 +282,7 @@ FILES_perl-module-unicore += "${libdir}/perl/${PV}/unicore"
 # packages (actually the non modules packages and not created too)
 ALLOW_EMPTY_perl-modules = "1"
 PACKAGES_append = " perl-modules "
-RRECOMMENDS_perl-modules = "${@bb.data.getVar('PACKAGES', d, 1).replace('perl-modules ', '').replace('perl-dbg ', '').replace('perl-misc ', '').replace('perl-dev ', '').replace('perl-pod ', '').replace('perl-doc ', '')}"
+RRECOMMENDS_perl-modules = "${@bb.data.getVar('PACKAGES', d, 1).replace('${PN}-modules ', '').replace('${PN}-dbg ', '').replace('${PN}-misc ', '').replace('${PN}-dev ', '').replace('${PN}-pod ', '').replace('${PN}-doc ', '')}"
 
 python populate_packages_prepend () {
         libdir = bb.data.expand('${libdir}/perl/${PV}', d)





More information about the Openembedded-commits mailing list