diff options
author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2017-06-15 15:53:07 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-07-27 22:36:44 +0100 |
commit | e099cb6c35857ddcda86cd5a2892f473034610cb (patch) | |
tree | bc0d7169f40547aa52ac04929fec2a82e965ad1b | |
parent | 0f271a5eb918504fa7d1817351d4d59d157c89a0 (diff) | |
download | poky-e099cb6c35857ddcda86cd5a2892f473034610cb.tar.gz |
texi2html: Add a dependency on perl
(From OE-Core rev: c391547e95b1854960b90d93fd9f80f02f761e61)
(From OE-Core rev: dedba20c149798a6b45957b5abd29d18164581b2)
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>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-extended/texi2html/texi2html_5.0.bb | 2 |
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 | ||
29 | FILES_${PN}-doc += "${datadir}/texinfo" | 29 | FILES_${PN}-doc += "${datadir}/texinfo" |
30 | |||
31 | RDEPENDS_${PN} = "perl" | ||