[oe-commits] Kang Kai : perl: update dependency creating script

git at git.openembedded.org git at git.openembedded.org
Mon Jan 7 11:36:03 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 35291c97edc05756788d206457c56dcc41edb637
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=35291c97edc05756788d206457c56dcc41edb637

Author: Kang Kai <kai.kang at windriver.com>
Date:   Mon Nov  5 10:42:00 2012 +0800

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 at windriver.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 .../recipes-devtools/perl/perl-rdepends_5.14.2.inc | 2336 +++++++++++++++++++-
 1 files changed, 2287 insertions(+), 49 deletions(-)

Diff:   http://git.openembedded.org/?p=openembedded-core.git/?a=commitdiff;h=35291c97edc05756788d206457c56dcc41edb637




More information about the Openembedded-commits mailing list