Files
poky/meta/recipes-devtools
Kang Kai 4601eb90f5 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.

(From OE-Core rev: 35291c97edc05756788d206457c56dcc41edb637)

Signed-off-by: Kang Kai <kai.kang@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-01-07 11:09:37 +00:00
..
2013-01-07 11:09:36 +00:00
2012-12-26 11:34:07 +00:00
2012-12-19 21:40:05 +00:00
2012-01-03 12:14:31 +00:00
2012-12-19 17:55:06 +00:00
2012-12-19 17:54:54 +00:00
2012-12-06 16:36:08 +00:00
2012-11-20 15:31:52 +00:00
2011-07-20 15:27:36 +01:00
2011-11-29 11:22:04 +00:00
2012-12-26 11:34:08 +00:00
2012-12-13 15:18:42 +00:00
2012-11-24 15:12:35 +00:00
2012-12-26 11:34:09 +00:00
2011-12-08 15:24:32 +00:00
2012-08-19 10:46:39 +01:00