diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/texinfo/texinfo_5.1.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-extended/texinfo/texinfo_5.1.bb b/meta/recipes-extended/texinfo/texinfo_5.1.bb index 0f4b4af3ae..5b38fcca7c 100644 --- a/meta/recipes-extended/texinfo/texinfo_5.1.bb +++ b/meta/recipes-extended/texinfo/texinfo_5.1.bb | |||
@@ -53,8 +53,9 @@ FILES_info-doc = "${infodir}/info.info ${infodir}/dir ${infodir}/info-*.info \ | |||
53 | ${mandir}/man1/info.1* ${mandir}/man5/info.5* \ | 53 | ${mandir}/man1/info.1* ${mandir}/man5/info.5* \ |
54 | ${mandir}/man1/infokey.1* ${mandir}/man1/install-info.1*" | 54 | ${mandir}/man1/infokey.1* ${mandir}/man1/install-info.1*" |
55 | 55 | ||
56 | FILES_${PN} = "${bindir}/makeinfo ${bindir}/texi* ${bindir}/pdftexi2dvi ${bindir}/pod2texi" | 56 | FILES_${PN} = "${bindir}/makeinfo ${bindir}/texi* ${bindir}/pdftexi2dvi ${bindir}/pod2texi ${datadir}/texinfo" |
57 | FILES_${PN}-doc = "${datadir}/texinfo ${infodir}/texinfo* \ | 57 | RDEPENDS_${PN} = "perl" |
58 | FILES_${PN}-doc = "${infodir}/texinfo* \ | ||
58 | ${datadir}/${tex_texinfo} \ | 59 | ${datadir}/${tex_texinfo} \ |
59 | ${mandir}/man1 ${mandir}/man5" | 60 | ${mandir}/man1 ${mandir}/man5" |
60 | 61 | ||