summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/make/make.inc
diff options
context:
space:
mode:
authorHongxu Jia <hongxu.jia@windriver.com>2014-04-25 08:59:36 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-04-29 17:31:47 +0100
commite07904836a5dc71bb68577eeb4963bc7ecde0224 (patch)
treefeece0eae3c6d85ddd33fae79f74d2411633959a /meta/recipes-devtools/make/make.inc
parent50e9ccb2aff7b9f9dca4fda99a6832c60f64de3b (diff)
downloadpoky-e07904836a5dc71bb68577eeb4963bc7ecde0224.tar.gz
make: fix invoking makeinfo failed at do_install time
Reproduce steps: $ bitbake texinfo-native $ bitbake make $ bitbake make -cdevshell In the devshell: root:make-3.82# echo "" >> doc/make.texi root:make-3.82# ../temp/run.do_install Failed Log: ... tmp/work/i586-poky-linux/make/3.81-r1/make-3.81/doc/make.texi:8165: @itemx must follow @item ... Backport from make 4.0 to fix this issue. [YOCTO #6219] (From OE-Core rev: b191d869e86c7d4393716eee6ac27aa259d6521c) Signed-off-by: Hongxu Jia <hongxu.jia@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-devtools/make/make.inc')
-rw-r--r--meta/recipes-devtools/make/make.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/make/make.inc b/meta/recipes-devtools/make/make.inc
index 5de74e4261..faf66e1b90 100644
--- a/meta/recipes-devtools/make/make.inc
+++ b/meta/recipes-devtools/make/make.inc
@@ -6,6 +6,7 @@ HOMEPAGE = "http://www.gnu.org/software/make/"
6SECTION = "devel" 6SECTION = "devel"
7 7
8SRC_URI = "${GNU_MIRROR}/make/make-${PV}.tar.bz2 \ 8SRC_URI = "${GNU_MIRROR}/make/make-${PV}.tar.bz2 \
9 file://doc-make.texi-fix-itemx-must-follow-item.patch \
9 file://SCCS.patch" 10 file://SCCS.patch"
10 11
11inherit autotools gettext 12inherit autotools gettext