From 6db5deeea2aff2146d7957246702a76cd4cd7a14 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Wed, 14 Mar 2012 18:51:06 -0700 Subject: 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 Signed-off-by: Saul Wold --- meta/recipes-extended/texi2html/texi2html_5.0.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'meta/recipes-extended/texi2html') 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" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" -PR = "r0" +PR = "r1" SRC_URI = "http://download.savannah.gnu.org/releases/texi2html/${BPN}-${PV}.tar.bz2 \ file://fix_gettext_version.patch" @@ -23,3 +23,5 @@ do_configure_append() { # Clean up the phony po directory rm -rf ${S}/po } + +FILES_${PN}-doc += "${datadir}/texinfo" -- cgit 1.2.3-korg