diff options
author | Enrico Jorns <ejo@pengutronix.de> | 2016-01-12 15:27:25 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-15 11:54:52 +0000 |
commit | ad32f65a2822bed2c970657317fa96b8dde26ca6 (patch) | |
tree | d92c1da935d4377b70e2e14a48cb672605097b7c | |
parent | d83dfe6f2c49ea74ebb65a2a49a57b3feec68834 (diff) | |
download | poky-ad32f65a2822bed2c970657317fa96b8dde26ca6.tar.gz |
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>
-rw-r--r-- | meta/recipes-devtools/autoconf/autoconf.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/autoconf/autoconf.inc b/meta/recipes-devtools/autoconf/autoconf.inc index 78b77e8c98..b4e33569a6 100644 --- a/meta/recipes-devtools/autoconf/autoconf.inc +++ b/meta/recipes-devtools/autoconf/autoconf.inc | |||
@@ -20,6 +20,7 @@ RDEPENDS_${PN} = "m4 gnu-config \ | |||
20 | perl-module-file-glob \ | 20 | perl-module-file-glob \ |
21 | perl-module-file-path \ | 21 | perl-module-file-path \ |
22 | perl-module-file-stat \ | 22 | perl-module-file-stat \ |
23 | perl-module-file-find \ | ||
23 | perl-module-getopt-long \ | 24 | perl-module-getopt-long \ |
24 | perl-module-io-file \ | 25 | perl-module-io-file \ |
25 | perl-module-posix \ | 26 | perl-module-posix \ |