diff options
author | Catalin Enache <catalin.enache@windriver.com> | 2016-03-11 11:41:26 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-12 22:11:21 +0000 |
commit | 4739aa620464469447f98a3ab840d0ec182ad1d1 (patch) | |
tree | 0af9d4b6a4544455272d92da5d3816b159fc217f /meta/recipes-devtools/gcc/gcc-configure-common.inc | |
parent | 1be0ae80f97bdee758232ec5397c09d73d57e1e0 (diff) | |
download | openembedded-core-4739aa620464469447f98a3ab840d0ec182ad1d1.tar.gz openembedded-core-4739aa620464469447f98a3ab840d0ec182ad1d1.tar.bz2 openembedded-core-4739aa620464469447f98a3ab840d0ec182ad1d1.zip |
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>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-configure-common.inc')
0 files changed, 0 insertions, 0 deletions