[OE-core] [PATCH] autoconf: add missing perl-module-file-find to RDEPENDS

Enrico Jorns ejo at pengutronix.de
Tue Jan 12 14:27:25 UTC 2016


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 [...]

Signed-off-by: Enrico Jorns <ejo at pengutronix.de>
---
 meta/recipes-devtools/autoconf/autoconf.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-devtools/autoconf/autoconf.inc b/meta/recipes-devtools/autoconf/autoconf.inc
index 78b77e8..b4e3356 100644
--- a/meta/recipes-devtools/autoconf/autoconf.inc
+++ b/meta/recipes-devtools/autoconf/autoconf.inc
@@ -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 \
-- 
2.6.4




More information about the Openembedded-core mailing list