[oe-commits] Richard Purdie : make-3.81: Fix build failures with newer makeinfo

git at git.openembedded.org git at git.openembedded.org
Sun Mar 30 09:03:03 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: f81925316323b662f9b4d368976f4205fb96dc67
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=f81925316323b662f9b4d368976f4205fb96dc67

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Sat Mar 29 09:45:24 2014 +0000

make-3.81: Fix build failures with newer makeinfo

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 .../recipes-devtools/make/make-3.81/makeinfo.patch | 22 ++++++++++++++++++++++
 meta/recipes-devtools/make/make_3.81.bb            |  1 +
 2 files changed, 23 insertions(+)

diff --git a/meta/recipes-devtools/make/make-3.81/makeinfo.patch b/meta/recipes-devtools/make/make-3.81/makeinfo.patch
new file mode 100644
index 0000000..5dd7604
--- /dev/null
+++ b/meta/recipes-devtools/make/make-3.81/makeinfo.patch
@@ -0,0 +1,22 @@
+Allow docs to build with makeinfo 5.X, fixing the error:
+
+doc/make.texi:8165: @itemx must follow @item
+
+Upstream-Status: Backport
+
+RP
+2014/03/29
+
+Index: make-3.81/doc/make.texi
+===================================================================
+--- make-3.81.orig/doc/make.texi	2006-04-01 06:36:40.000000000 +0000
++++ make-3.81/doc/make.texi	2014-03-29 09:39:51.007727012 +0000
+@@ -8162,7 +8162,7 @@
+ rarely need to specify this option since @samp{make} does it for you;
+ see @ref{-w Option, ,The @samp{--print-directory} Option}.)
+ 
+- at itemx --no-print-directory
++ at item --no-print-directory
+ @cindex @code{--no-print-directory}
+ Disable printing of the working directory under @code{-w}.
+ This option is useful when @code{-w} is turned on automatically,
diff --git a/meta/recipes-devtools/make/make_3.81.bb b/meta/recipes-devtools/make/make_3.81.bb
index 45ab6ca..b8a79b0 100644
--- a/meta/recipes-devtools/make/make_3.81.bb
+++ b/meta/recipes-devtools/make/make_3.81.bb
@@ -8,6 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=361b6b837cad26c6900a926b62aada5f \
 require make.inc
 
 SRC_URI += "file://make_fix_for_automake-1.12.patch"
+SRC_URI += "file://makeinfo.patch"
 
 SRC_URI[md5sum] = "354853e0b2da90c527e35aabb8d6f1e6"
 SRC_URI[sha256sum] = "f3e69023771e23908f5d5592954d8271d3d6af09693cecfd29cee6fde8550dc8"



More information about the Openembedded-commits mailing list