diff options
author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2017-06-15 15:53:07 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-06-23 11:44:14 +0100 |
commit | 90e27071faaf2a68451379b9cd9baec604d48291 (patch) | |
tree | 3b8d6ab3707b086b24d8e148066324f46ea0288e /meta | |
parent | 462c7ff92b41ba94f23d04850f19c182fa7862f6 (diff) | |
download | poky-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')
-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" | ||