summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/texi2html
diff options
context:
space:
mode:
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>2017-06-15 15:53:07 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-06-23 11:44:14 +0100
commit90e27071faaf2a68451379b9cd9baec604d48291 (patch)
tree3b8d6ab3707b086b24d8e148066324f46ea0288e /meta/recipes-extended/texi2html
parent462c7ff92b41ba94f23d04850f19c182fa7862f6 (diff)
downloadpoky-90e27071faaf2a68451379b9cd9baec604d48291.tar.gz
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>
Diffstat (limited to 'meta/recipes-extended/texi2html')
-rw-r--r--meta/recipes-extended/texi2html/texi2html_5.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-extended/texi2html/texi2html_5.0.bb b/meta/recipes-extended/texi2html/texi2html_5.0.bb
index ae64816f82..afd125b08f 100644
--- a/meta/recipes-extended/texi2html/texi2html_5.0.bb
+++ b/meta/recipes-extended/texi2html/texi2html_5.0.bb
@@ -27,3 +27,5 @@ do_install_append () {
27} 27}
28 28
29FILES_${PN}-doc += "${datadir}/texinfo" 29FILES_${PN}-doc += "${datadir}/texinfo"
30
31RDEPENDS_${PN} = "perl"