From: Enrico Jorns Date: Tue, 12 Jan 2016 14:27:25 +0000 (+0100) Subject: autoconf: add missing perl-module-file-find to RDEPENDS X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~27700 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a13fb3c193199e06bc36613eee3db7b028595015;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 [...] Signed-off-by: Enrico Jorns Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/autoconf/autoconf.inc b/meta/recipes-devtools/autoconf/autoconf.inc index 78b77e8c987..b4e33569a6e 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 \