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 <[email protected]> --- 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 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
