summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r--meta/recipes-extended/findutils/findutils-4.4.2/findutils_fix_doc.patch50
-rw-r--r--meta/recipes-extended/findutils/findutils_4.4.2.bb1
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 @@
1Fix documentation build errors
2
3This fixes the following errors building the findutils documentation:
4find.texi:53: misplaced {
5find.texi:53: misplaced }
6find.texi:1862: warning: node `Formatting Flags' is next for `Time Directives' in menu but not in sectioning
7find.texi:1975: warning: node `Formatting Flags' is next for `Combined Time Formats' in sectioning but not in menu
8find.texi:2004: warning: node prev `Formatting Flags' in menu `Time Directives' and in sectioning `Combined Time Formats' differ
9find.texi:2004: warning: node up `Formatting Flags' in menu `Format Directives' and in sectioning `Time Formats' differ
10find.texi:1893: node `Time Formats' lacks menu item for `Formatting Flags' despite being its Up target
11
12Upstream-Status: Backport
13Signed-off-by: Jonathan Liu <net147@gmail.com>
14
15--- a/doc/find.texi
16+++ b/doc/find.texi
17@@ -50,7 +50,7 @@ Texts. A copy of the license is included in the section entitled
18
19 @page
20 @vskip 0pt plus 1filll
21-@insertcopying{}
22+@insertcopying
23 @end titlepage
24
25 @contents
26@@ -1665,6 +1665,7 @@ no output is ever sent to it.
27 * Escapes::
28 * Format Directives::
29 * Time Formats::
30+* Formatting Flags::
31 @end menu
32
33 @node Escapes
34@@ -1733,7 +1734,6 @@ from the novel you are reading.
35 * Size Directives::
36 * Location Directives::
37 * Time Directives::
38-* Formatting Flags::
39 @end menu
40
41 @node Name Directives
42@@ -2002,7 +2002,7 @@ seconds field includes a fractional part.
43 @end table
44
45 @node Formatting Flags
46-@subsubsection Formatting Flags
47+@subsection Formatting Flags
48
49 The @samp{%m} and @samp{%d} directives support the @samp{#}, @samp{0}
50 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 \
11 file://03-28872.patch \ 11 file://03-28872.patch \
12 file://findutils_fix_for_x32.patch \ 12 file://findutils_fix_for_x32.patch \
13 file://findutils_fix_for_automake-1.12.patch \ 13 file://findutils_fix_for_automake-1.12.patch \
14 file://findutils_fix_doc.patch \
14 " 15 "
15 16
16SRC_URI[md5sum] = "351cc4adb07d54877fa15f75fb77d39f" 17SRC_URI[md5sum] = "351cc4adb07d54877fa15f75fb77d39f"