coreutils 6.9: fix coreutils.texi
authorRobert Yang <liezhi.yang@windriver.com>
Tue, 26 Nov 2013 10:32:34 +0000 (18:32 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 27 Nov 2013 11:51:22 +0000 (11:51 +0000)
commit2d1fdf3587ade196ac85875fc567658c4dd9efdb
treea69e191e3a7e92938a334f33dd77b89f43fe2711
parent285ea69815132825c93e1d9cb032cc30b47b1f44
coreutils 6.9: fix coreutils.texi

This is used for fixing coreutils 6.9 (GPLv2+) do_installed failed:

[snip]
| coreutils.texi:2499: @itemx must follow @item
| coreutils.texi:2636: @itemx must follow @item
| coreutils.texi:2644: @itemx must follow @item
| coreutils.texi:2654: @itemx must follow @item
| coreutils.texi:2677: @itemx must follow @item
| coreutils.texi:2689: @itemx must follow @item
| coreutils.texi:2820: @itemx must follow @item
| coreutils.texi:3058: @itemx must follow @item
| coreutils.texi:3253: @itemx must follow @item
[snip]

Use '@item' instead of '@itemx' in several places, as Texinfo 5 refuses
to process an '@itemx' that is not preceded by an '@item'.  Ensure that
node extended names in menus and sectioning are consistent, and that
ordering and presence of nodes in menus and in the actual text are
consistent as well.

[YOCTO #5593]

(From OE-Core rev: 04fab782f42b8f5047390042618f9c841b8c3a96)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/coreutils/coreutils-6.9/coreutils-fix-texinfo.patch [new file with mode: 0644]
meta/recipes-core/coreutils/coreutils_6.9.bb