]> code.ossystems Code Review - openembedded-core.git/commit
perl: update dependency creating script
authorKang Kai <kai.kang@windriver.com>
Mon, 5 Nov 2012 02:42:00 +0000 (10:42 +0800)
committerSaul Wold <sgw@linux.intel.com>
Sat, 5 Jan 2013 06:01:21 +0000 (22:01 -0800)
commit35291c97edc05756788d206457c56dcc41edb637
treebd52fbabdf0771e5b8527f7bef7c93795564277d
parente8e03deb1eb8fbbf297ad4b07f7e1642102ae308
perl: 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.

Signed-off-by: Kang Kai <kai.kang@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-devtools/perl/perl-rdepends_5.14.2.inc