aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
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-07-27 22:34:48 +0100
commitdedba20c149798a6b45957b5abd29d18164581b2 (patch)
tree13d6891ee08eda8e1bd446291b9dbb00706a5a48 /meta/recipes-extended
parenta933bd65e7a02e1faa9dc83c04cefd8205f05421 (diff)
downloadopenembedded-core-dedba20c149798a6b45957b5abd29d18164581b2.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> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta/recipes-extended')
-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 () {
}
FILES_${PN}-doc += "${datadir}/texinfo"
+
+RDEPENDS_${PN} = "perl"