summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/texinfo/texinfo_5.1.bb
diff options
context:
space:
mode:
authorJackie Huang <jackie.huang@windriver.com>2013-08-15 23:55:01 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-20 15:31:24 +0100
commitdd1f60ce1a2d20fdd52b566f3a37f63bb3c92bcf (patch)
tree6bc75de948a083f0ead5cc96ca37cf546672d284 /meta/recipes-extended/texinfo/texinfo_5.1.bb
parent5cecdfe0551a5a2c573335f74f1c5607a08d0822 (diff)
downloadpoky-dd1f60ce1a2d20fdd52b566f3a37f63bb3c92bcf.tar.gz
texinfo: handle correctly @enumerate specification greater than 10
Backport the patch to fix the error when @enumerate is greater than 10: mpatrol.texi:6356: bad argument to @enumerate (From OE-Core rev: 9dca06b16fc10743ed879221fadb836733a9332c) Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/texinfo/texinfo_5.1.bb')
-rw-r--r--meta/recipes-extended/texinfo/texinfo_5.1.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/texinfo/texinfo_5.1.bb b/meta/recipes-extended/texinfo/texinfo_5.1.bb
index 5b38fcca7c..9a56a1c070 100644
--- a/meta/recipes-extended/texinfo/texinfo_5.1.bb
+++ b/meta/recipes-extended/texinfo/texinfo_5.1.bb
@@ -19,6 +19,7 @@ SRC_URI = "${GNU_MIRROR}/texinfo/${BP}.tar.gz \
19 file://disable-native-tools.patch \ 19 file://disable-native-tools.patch \
20 file://link-zip.patch \ 20 file://link-zip.patch \
21 file://dont-depend-on-help2man.patch \ 21 file://dont-depend-on-help2man.patch \
22 file://enumerate_greater_than_ten.patch \
22 ${TARGET_PATCH} \ 23 ${TARGET_PATCH} \
23 " 24 "
24 25