diff options
author | Kang Kai <kai.kang@windriver.com> | 2012-11-05 10:42:00 +0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2013-01-04 22:01:21 -0800 |
commit | 35291c97edc05756788d206457c56dcc41edb637 (patch) | |
tree | bd52fbabdf0771e5b8527f7bef7c93795564277d /meta/recipes-extended/pam | |
parent | e8e03deb1eb8fbbf297ad4b07f7e1642102ae308 (diff) | |
download | openembedded-core-35291c97edc05756788d206457c56dcc41edb637.tar.gz openembedded-core-35291c97edc05756788d206457c56dcc41edb637.tar.bz2 openembedded-core-35291c97edc05756788d206457c56dcc41edb637.zip |
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>
Diffstat (limited to 'meta/recipes-extended/pam')
0 files changed, 0 insertions, 0 deletions