]> code.ossystems Code Review - openembedded-core.git/commit
perl: revise the RRECOMMENDS_perl-modules for multilib case
authorYu Ke <ke.yu@intel.com>
Sat, 16 Jul 2011 02:00:45 +0000 (10:00 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 20 Jul 2011 14:24:56 +0000 (15:24 +0100)
commitd76ede1e696d52c08ede8b6e539cb0895ee73b2f
treed54f70828005496b978e127e22f0ad48cd76bd78
parent99e1b18de5de1fb8558222cef2fc9aac27a797a6
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@intel.com>
Signed-off-by: Xu Dongxiao <dongxiao.xu@intel.com>
meta/recipes-devtools/perl/perl_5.12.3.bb