* [PATCH] autoconf: add missing perl-module-file-find to RDEPENDS
@ 2016-01-12 14:27 Enrico Jorns
0 siblings, 0 replies; only message in thread
From: Enrico Jorns @ 2016-01-12 14:27 UTC (permalink / raw)
To: openembedded-core
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@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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2016-01-12 14:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-12 14:27 [PATCH] autoconf: add missing perl-module-file-find to RDEPENDS Enrico Jorns
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox