summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2013-08-14 11:33:50 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-16 11:14:36 +0100
commit6b01c97c7a17e09779a22a648695e73c720f3e6c (patch)
treee55637ad1f99350c40a7a94061ffaa743be3e6e3 /meta/recipes-extended
parent2b204500bd20621d29762f23204a000eadc88e00 (diff)
downloadpoky-6b01c97c7a17e09779a22a648695e73c720f3e6c.tar.gz
texinfo: add perl RDEPENDS and fix up packaging
This new version of texinfo uses perl for the conversion process. The perl modules are installed in ${datadir}/texinfo which was getting pulled into the -doc package, since FILE_${PN} is a full override, add it back. (From OE-Core rev: f0b6734182a5505fad7d26bc67a2141e51bc7a9d) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r--meta/recipes-extended/texinfo/texinfo_5.1.bb5
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
56FILES_${PN} = "${bindir}/makeinfo ${bindir}/texi* ${bindir}/pdftexi2dvi ${bindir}/pod2texi" 56FILES_${PN} = "${bindir}/makeinfo ${bindir}/texi* ${bindir}/pdftexi2dvi ${bindir}/pod2texi ${datadir}/texinfo"
57FILES_${PN}-doc = "${datadir}/texinfo ${infodir}/texinfo* \ 57RDEPENDS_${PN} = "perl"
58FILES_${PN}-doc = "${infodir}/texinfo* \
58 ${datadir}/${tex_texinfo} \ 59 ${datadir}/${tex_texinfo} \
59 ${mandir}/man1 ${mandir}/man5" 60 ${mandir}/man1 ${mandir}/man5"
60 61