summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/texi2html
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2012-03-14 18:51:06 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-16 10:40:31 +0000
commit88c9e4f56c5ebe614fed5a9165009071b11fe1bb (patch)
tree3107c8f95bbce9110ae5a2000cf98ed6b57e5871 /meta/recipes-extended/texi2html
parent79aa3f7d4239d3e328e30e5c51ad6f9c478411d9 (diff)
downloadpoky-88c9e4f56c5ebe614fed5a9165009071b11fe1bb.tar.gz
texi2html: fix packages warning
Add documentation to the -docs package WARNING: For recipe texi2html, the following files/directories were installed but not shipped in any package: WARNING: /usr/share/texinfo WARNING: /usr/share/texinfo/html WARNING: /usr/share/texinfo/init WARNING: /usr/share/texinfo/html/texi2html.html WARNING: /usr/share/texinfo/init/html32.init WARNING: /usr/share/texinfo/init/tex4ht.init WARNING: /usr/share/texinfo/init/mediawiki.init WARNING: /usr/share/texinfo/init/book.init WARNING: /usr/share/texinfo/init/chm.init (From OE-Core rev: 6db5deeea2aff2146d7957246702a76cd4cd7a14) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/texi2html')
-rw-r--r--meta/recipes-extended/texi2html/texi2html_5.0.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-extended/texi2html/texi2html_5.0.bb b/meta/recipes-extended/texi2html/texi2html_5.0.bb
index 02f3fe13d9..9785ad5c53 100644
--- a/meta/recipes-extended/texi2html/texi2html_5.0.bb
+++ b/meta/recipes-extended/texi2html/texi2html_5.0.bb
@@ -4,7 +4,7 @@ SECTION = "console/utils"
4LICENSE = "GPLv2" 4LICENSE = "GPLv2"
5LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" 5LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
6 6
7PR = "r0" 7PR = "r1"
8 8
9SRC_URI = "http://download.savannah.gnu.org/releases/texi2html/${BPN}-${PV}.tar.bz2 \ 9SRC_URI = "http://download.savannah.gnu.org/releases/texi2html/${BPN}-${PV}.tar.bz2 \
10 file://fix_gettext_version.patch" 10 file://fix_gettext_version.patch"
@@ -23,3 +23,5 @@ do_configure_append() {
23 # Clean up the phony po directory 23 # Clean up the phony po directory
24 rm -rf ${S}/po 24 rm -rf ${S}/po
25} 25}
26
27FILES_${PN}-doc += "${datadir}/texinfo"