[OE-core] [RFC PATCH 1/1] texinfo: fix build on Ubuntu Oneiric

Joshua Lock josh at linux.intel.com
Tue Sep 27 23:45:08 UTC 2011


Calling the missing script with the help2man program argument fails for some
output targets on Ubuntu Oneiric.

Reading the help of missing I see that the help2man program value just touches
the output file - therefore this patch touches the three problematic files
in do_install_prepend.

Signed-off-by: Joshua Lock <josh at linux.intel.com>
---
 meta/recipes-extended/texinfo/texinfo_4.13a.bb |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-extended/texinfo/texinfo_4.13a.bb b/meta/recipes-extended/texinfo/texinfo_4.13a.bb
index 9f1c04a..8864d7c 100644
--- a/meta/recipes-extended/texinfo/texinfo_4.13a.bb
+++ b/meta/recipes-extended/texinfo/texinfo_4.13a.bb
@@ -33,6 +33,9 @@ do_compile_prepend() {
 	if [ -d tools ];then
 		oe_runmake -C tools/gnulib/lib
 	fi
+	touch ${S}/doc/texi2pdf.1
+	touch ${S}/doc/info.1
+	touch ${S}/doc/install-info.1
 }
 
 do_install_append() {
-- 
1.7.6.2





More information about the Openembedded-core mailing list