]> code.ossystems Code Review - openembedded-core.git/commitdiff
texi2html: Add a dependency on perl
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>
Thu, 15 Jun 2017 13:53:07 +0000 (15:53 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 27 Jul 2017 21:34:48 +0000 (22:34 +0100)
(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>
meta/recipes-extended/texi2html/texi2html_5.0.bb

index ae64816f828b9e2b11dc7c71d7696f7cc9a7db38..afd125b08fad72f4198a915fcbc0c69d96e0161f 100644 (file)
@@ -27,3 +27,5 @@ do_install_append () {
 }
 
 FILES_${PN}-doc += "${datadir}/texinfo"
+
+RDEPENDS_${PN} = "perl"