]> code.ossystems Code Review - openembedded-core.git/commit
perl-rdepends_5.14.2.inc:update dependency creating script
authorHongxu Jia <hongxu.jia@windriver.com>
Mon, 11 Mar 2013 06:22:19 +0000 (14:22 +0800)
committerRoss Burton <ross.burton@intel.com>
Tue, 23 Apr 2013 09:38:45 +0000 (10:38 +0100)
commit26a6ab8ffd0d8ecbe9fc72e517407b797f5a63e9
tree00f67a1b92d044cb3625fef019f8d67d7cd5ed56
parent3b80ac16772971418c88d90407ea45540f79c32c
perl-rdepends_5.14.2.inc:update dependency creating script

Base on dependency create script provided by Saul, I update it with:
1 remove document strings in perl module files that may import fake
dependencies.

2 not all the 'use' or 'require' clauses start at the begin of line, and
some of them don't end with ';', such as:

use vars qw(
             $AUTOLOAD
     ...
3 filter some strings that they are not real dependencies: some of them
are wrong result of script, some are conditional use/require, and some
are cpan extra modules that we don't need.

Cherry-pick commit 4601eb90f518fdc2d5fda31507402f7929268c87

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
meta/recipes-devtools/perl/perl-rdepends_5.14.2.inc