| Submitter | Joshua Lock |
|---|---|
| Date | Sept. 27, 2011, 11:45 p.m. |
| Message ID | <9438c177af2f564a9cdd8c8a2bfe1c37f88bdc3f.1317166668.git.josh@linux.intel.com> |
| Download | mbox | patch |
| Permalink | /patch/12219/ |
| State | New, archived |
| Headers | show |
Comments
Patch
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() {
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@linux.intel.com> --- meta/recipes-extended/texinfo/texinfo_4.13a.bb | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)