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

git at git.openembedded.org git at git.openembedded.org
Tue Nov 26 14:42:33 UTC 2013


Module: openembedded-core.git
Branch: master-next
Commit: 09e2c3c93f5ba74cdd92128d37d7bea3c6c7f5ea
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=09e2c3c93f5ba74cdd92128d37d7bea3c6c7f5ea

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]

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

---

 .../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=09e2c3c93f5ba74cdd92128d37d7bea3c6c7f5ea


More information about the Openembedded-commits mailing list