]> 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>
Fri, 23 Jun 2017 10:43:40 +0000 (11:43 +0100)
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Ross Burton <ross.burton@intel.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"