]> code.ossystems Code Review - openembedded-core.git/commit
perl: fix missing dependency for perl-misc
authorCatalin Enache <catalin.enache@windriver.com>
Fri, 11 Mar 2016 09:41:26 +0000 (11:41 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 12 Mar 2016 22:11:21 +0000 (22:11 +0000)
commit4739aa620464469447f98a3ab840d0ec182ad1d1
tree0af9d4b6a4544455272d92da5d3816b159fc217f
parent1be0ae80f97bdee758232ec5397c09d73d57e1e0
perl: fix missing dependency for perl-misc

"perl-misc" package is adding tens of perl utilities which have
depencies on perl-modules.

For example, in order for "prove" to work correctly following modules
are needed:

RDEPENDS_perl-misc += "perl perl-module-app-prove
perl-module-overloading perl-module-tap-base perl-module-file-glob
perl-module-tap-formatter-console perl-module-tap-formatter-base
perl-module-tap-formatter-file perl-module-tap-formatter-session
perl-module-tap-parser perl-module-tap-parser-aggregator
perl-module-tap-parser-scheduler"

If we compile a list of modules needed by the utilities added by
"perl-misc" we may end up having to add hundreds of modules to
RDEPENDS_perl-misc.

Rather than adding hundreds of dependencies only perl-modules was added.

Signed-off-by: Catalin Enache <catalin.enache@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/perl/perl-rdepends_5.22.1.inc