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
committerSaul Wold <sgw@linux.intel.com>2013-08-20 07:09:05 -0700
commit9dca06b16fc10743ed879221fadb836733a9332c (patch)
tree98ef9c17f5bbed391b6fe20a5effafbd9affb1ff /meta/recipes-extended/texinfo/texinfo_5.1.bb
parent01777e78639888d437b103ebafefccd932631bfd (diff)
downloadopenembedded-core-9dca06b16fc10743ed879221fadb836733a9332c.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 Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
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 \
file://disable-native-tools.patch \
file://link-zip.patch \
file://dont-depend-on-help2man.patch \
+ file://enumerate_greater_than_ten.patch \
${TARGET_PATCH} \
"