diff options
author | Jonathan Liu <net147@gmail.com> | 2013-05-27 11:07:06 +1000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-29 22:07:23 +0100 |
commit | e34257bab558384936ba73f78902a5185ed51c49 (patch) | |
tree | dcc3d88e163b3a7faee45fbfe3a4911ed95ba68d /meta | |
parent | 52c83ea977b0f95917ec81dff394454e1a9bd541 (diff) | |
download | openembedded-core-e34257bab558384936ba73f78902a5185ed51c49.tar.gz openembedded-core-e34257bab558384936ba73f78902a5185ed51c49.tar.bz2 openembedded-core-e34257bab558384936ba73f78902a5185ed51c49.zip |
findutils: backport fixes for documentation build errors
Signed-off-by: Jonathan Liu <net147@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/findutils/findutils-4.4.2/findutils_fix_doc.patch | 50 | ||||
-rw-r--r-- | 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 0000000000..8469b8d84e --- /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@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 +-@insertcopying{} ++@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 +-@subsubsection Formatting Flags ++@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 3f493007a5..ee91945f9f 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" |