Openembedded Core Discussions
 help / color / mirror / Atom feed
* [RFC PATCH 0/1] Fix texinfo build on Ubuntu Oneiric
@ 2011-09-27 23:45 Joshua Lock
  2011-09-27 23:45 ` [RFC PATCH 1/1] texinfo: fix " Joshua Lock
  0 siblings, 1 reply; 2+ messages in thread
From: Joshua Lock @ 2011-09-27 23:45 UTC (permalink / raw)
  To: openembedded-core

Texinfo fails to build on Ubuntu 11.10, but not any of my other systesm,
the following patch resolves this in what feels like a harmless way.

Any comments?

Regards,
Joshua

The following changes since commit 684a4b517d13884c315688967fadd5e6a4845b71:

  libffi: really populate -dev package (2011-09-26 20:50:27 +0100)

are available in the git repository at:
  git://git.openembedded.org/openembedded-core-contrib josh/texinfo
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=josh/texinfo

Joshua Lock (1):
  texinfo: fix build on Ubuntu Oneiric

 meta/recipes-extended/texinfo/texinfo_4.13a.bb |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

-- 
1.7.6.2




^ permalink raw reply	[flat|nested] 2+ messages in thread

* [RFC PATCH 1/1] texinfo: fix build on Ubuntu Oneiric
  2011-09-27 23:45 [RFC PATCH 0/1] Fix texinfo build on Ubuntu Oneiric Joshua Lock
@ 2011-09-27 23:45 ` Joshua Lock
  0 siblings, 0 replies; 2+ messages in thread
From: Joshua Lock @ 2011-09-27 23:45 UTC (permalink / raw)
  To: openembedded-core

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(-)

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




^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-09-27 23:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-27 23:45 [RFC PATCH 0/1] Fix texinfo build on Ubuntu Oneiric Joshua Lock
2011-09-27 23:45 ` [RFC PATCH 1/1] texinfo: fix " Joshua Lock

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox