[oe-commits] Hongxu Jia : perl-rdepends_5.14.2.inc:update dependency creating script

git at git.openembedded.org git at git.openembedded.org
Tue Apr 23 12:00:31 UTC 2013


Module: openembedded-core.git
Branch: danny
Commit: 26a6ab8ffd0d8ecbe9fc72e517407b797f5a63e9
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=26a6ab8ffd0d8ecbe9fc72e517407b797f5a63e9

Author: Hongxu Jia <hongxu.jia at windriver.com>
Date:   Mon Mar 11 14:22:19 2013 +0800

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 at windriver.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=26a6ab8ffd0d8ecbe9fc72e517407b797f5a63e9




More information about the Openembedded-commits mailing list