[oe-commits] Jonathan Liu : findutils: backport fixes for documentation build errors

git at git.openembedded.org git at git.openembedded.org
Mon Jun 3 15:52:21 UTC 2013


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

Author: Jonathan Liu <net147 at gmail.com>
Date:   Mon May 27 11:07:06 2013 +1000

findutils: backport fixes for documentation build errors

(From OE-Core master rev: e34257bab558384936ba73f78902a5185ed51c49)

Signed-off-by: Jonathan Liu <net147 at gmail.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 .../findutils-4.4.2/findutils_fix_doc.patch        |   50 ++++++++++++++++++++
 meta/recipes-extended/findutils/findutils_4.4.2.bb |    1 +
 2 files changed, 51 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-extended/findutils/findutils-4.4.2/findutils_fix_doc.patch b/meta/recipes-extended/findutils/findutils-4.4.2/findutils_fix_doc.patch
new file mode 100644
index 0000000..8469b8d
--- /dev/null
+++ b/meta/recipes-extended/findutils/findutils-4.4.2/findutils_fix_doc.patch
@@ -0,0 +1,50 @@
+Fix documentation build errors
+
+This fixes the following errors building the findutils documentation:
+find.texi:53: misplaced {
+find.texi:53: misplaced }
+find.texi:1862: warning: node `Formatting Flags' is next for `Time Directives' in menu but not in sectioning
+find.texi:1975: warning: node `Formatting Flags' is next for `Combined Time Formats' in sectioning but not in menu
+find.texi:2004: warning: node prev `Formatting Flags' in menu `Time Directives' and in sectioning `Combined Time Formats' differ
+find.texi:2004: warning: node up `Formatting Flags' in menu `Format Directives' and in sectioning `Time Formats' differ
+find.texi:1893: node `Time Formats' lacks menu item for `Formatting Flags' despite being its Up target
+
+Upstream-Status: Backport
+Signed-off-by: Jonathan Liu <net147 at gmail.com>
+
+--- a/doc/find.texi
++++ b/doc/find.texi
+@@ -50,7 +50,7 @@ Texts.  A copy of the license is included in the section entitled
+
+ @page
+ @vskip 0pt plus 1filll
+- at insertcopying{}
++ at insertcopying
+ @end titlepage
+
+ @contents
+@@ -1665,6 +1665,7 @@ no output is ever sent to it.
+ * Escapes::
+ * Format Directives::
+ * Time Formats::
++* Formatting Flags::
+ @end menu
+
+ @node Escapes
+@@ -1733,7 +1734,6 @@ from the novel you are reading.
+ * Size Directives::
+ * Location Directives::
+ * Time Directives::
+-* Formatting Flags::
+ @end menu
+
+ @node Name Directives
+@@ -2002,7 +2002,7 @@ seconds field includes a fractional part.
+ @end table
+
+ @node Formatting Flags
+- at subsubsection Formatting Flags
++ at subsection Formatting Flags
+
+ The @samp{%m} and @samp{%d} directives support the @samp{#}, @samp{0}
+ and @samp{+} flags, but the other directives do not, even if they
diff --git a/meta/recipes-extended/findutils/findutils_4.4.2.bb b/meta/recipes-extended/findutils/findutils_4.4.2.bb
index 3f49300..ee91945 100644
--- a/meta/recipes-extended/findutils/findutils_4.4.2.bb
+++ b/meta/recipes-extended/findutils/findutils_4.4.2.bb
@@ -11,6 +11,7 @@ SRC_URI += "file://01-27017.patch \
             file://03-28872.patch \
             file://findutils_fix_for_x32.patch \
             file://findutils_fix_for_automake-1.12.patch \
+            file://findutils_fix_doc.patch \
             "
 
 SRC_URI[md5sum] = "351cc4adb07d54877fa15f75fb77d39f"



More information about the Openembedded-commits mailing list