[oe-commits] Robert Yang : coreutils 6.9: fix coreutils.texi

git at git.openembedded.org git at git.openembedded.org
Sun Feb 9 11:01:48 UTC 2014


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

Author: Robert Yang <liezhi.yang at windriver.com>
Date:   Tue Nov 26 18:32:34 2013 +0800

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 master rev: 04fab782f42b8f5047390042618f9c841b8c3a96)

Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
Signed-off-by: Robert Yang <liezhi.yang at windriver.com>

---

 .../coreutils-6.9/coreutils-fix-texinfo.patch      | 375 +++++++++++++++++++++
 meta/recipes-core/coreutils/coreutils_6.9.bb       |   1 +
 2 files changed, 376 insertions(+)

Diff:   http://git.openembedded.org/?p=openembedded-core.git/?a=commitdiff;h=dfea78ff2f0479fae436462aa424b3f065c4baf3


More information about the Openembedded-commits mailing list