autoconf: add missing perl-module-file-find to RDEPENDS

The autoscan script uses the File.pm module which was missing in the
list of RDEPENDS. This caused autoscan to fail with

  % autoscan
  [...]
  Can't locate File/Find.pm in @INC [...]

(From OE-Core rev: a13fb3c193199e06bc36613eee3db7b028595015)

Signed-off-by: Enrico Jorns <ejo@pengutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Enrico Jorns 2016-01-12 15:27:25 +01:00 committed by Richard Purdie
parent d83dfe6f2c
commit ad32f65a28
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ RDEPENDS_${PN} = "m4 gnu-config \
perl-module-file-glob \
perl-module-file-path \
perl-module-file-stat \
perl-module-file-find \
perl-module-getopt-long \
perl-module-io-file \
perl-module-posix \