summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/coreutils/coreutils_6.9.bb
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2013-11-26 18:32:34 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-11-27 11:51:22 +0000
commite3c4124ba192a1d13d9ff49a8b13cb02082a2d00 (patch)
tree2ecf16b7c0e1d3cd39dae94f65945cd35782abfa /meta/recipes-core/coreutils/coreutils_6.9.bb
parent82ff33fc398e6574905aa36f618ad06c3c79b8b7 (diff)
downloadpoky-e3c4124ba192a1d13d9ff49a8b13cb02082a2d00.tar.gz
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>
Diffstat (limited to 'meta/recipes-core/coreutils/coreutils_6.9.bb')
-rw-r--r--meta/recipes-core/coreutils/coreutils_6.9.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/coreutils/coreutils_6.9.bb b/meta/recipes-core/coreutils/coreutils_6.9.bb
index eeeab050e4..6375041e1a 100644
--- a/meta/recipes-core/coreutils/coreutils_6.9.bb
+++ b/meta/recipes-core/coreutils/coreutils_6.9.bb
@@ -24,6 +24,7 @@ SRC_URI_BASE = "${GNU_MIRROR}/coreutils/${BP}.tar.bz2 \
24 file://man-touch.patch \ 24 file://man-touch.patch \
25 file://coreutils_fix_for_automake-1.12.patch \ 25 file://coreutils_fix_for_automake-1.12.patch \
26 file://coreutils-build-with-acl.patch \ 26 file://coreutils-build-with-acl.patch \
27 file://coreutils-fix-texinfo.patch \
27 " 28 "
28 29
29SRC_URI = "${SRC_URI_BASE} file://fix_for_manpage_building.patch" 30SRC_URI = "${SRC_URI_BASE} file://fix_for_manpage_building.patch"