summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/bison/bison_3.0.4.bb
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2015-04-21 02:04:01 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-04-21 13:59:21 +0100
commit781165b071babb888f46a4e1d15880df924c65f6 (patch)
tree4a50e1a7f24fb7dee23d4833f42f7d98747dca29 /meta/recipes-devtools/bison/bison_3.0.4.bb
parentfc15878af46c09512fc3cb73480359fcbb22e627 (diff)
downloadpoky-781165b071babb888f46a4e1d15880df924c65f6.tar.gz
bison: don't depend on help2man
Fix build error when no help2man on the host: tmp/work/x86_64-linux/bison-native/3.0.4-r0/bison-3.0.4/build-aux/missing: line 81: help2man: command not found (From OE-Core rev: 166f2587468ae71988c610858aad3f7ef67eccba) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/bison/bison_3.0.4.bb')
-rw-r--r--meta/recipes-devtools/bison/bison_3.0.4.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/bison/bison_3.0.4.bb b/meta/recipes-devtools/bison/bison_3.0.4.bb
index 506141041c..de295060e9 100644
--- a/meta/recipes-devtools/bison/bison_3.0.4.bb
+++ b/meta/recipes-devtools/bison/bison_3.0.4.bb
@@ -12,6 +12,7 @@ DEPENDS = "bison-native flex-native"
12SRC_URI = "${GNU_MIRROR}/bison/bison-${PV}.tar.xz \ 12SRC_URI = "${GNU_MIRROR}/bison/bison-${PV}.tar.xz \
13 file://m4.patch \ 13 file://m4.patch \
14 file://0001-Unset-need_charset_alias-when-building-for-musl.patch \ 14 file://0001-Unset-need_charset_alias-when-building-for-musl.patch \
15 file://dont-depend-on-help2man.patch.patch \
15" 16"
16 17
17# No point in hardcoding path to m4, just use PATH 18# No point in hardcoding path to m4, just use PATH