texi2html: Add a dependency on perl

(From OE-Core rev: c391547e95b1854960b90d93fd9f80f02f761e61)

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Peter Kjellerstedt 2017-06-15 15:53:07 +02:00 committed by Richard Purdie
parent 462c7ff92b
commit 90e27071fa

View File

@ -27,3 +27,5 @@ do_install_append () {
}
FILES_${PN}-doc += "${datadir}/texinfo"
RDEPENDS_${PN} = "perl"