mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
fc15878af4
commit
781165b071
@@ -12,6 +12,7 @@ DEPENDS = "bison-native flex-native"
|
||||
SRC_URI = "${GNU_MIRROR}/bison/bison-${PV}.tar.xz \
|
||||
file://m4.patch \
|
||||
file://0001-Unset-need_charset_alias-when-building-for-musl.patch \
|
||||
file://dont-depend-on-help2man.patch.patch \
|
||||
"
|
||||
|
||||
# No point in hardcoding path to m4, just use PATH
|
||||
|
||||
Reference in New Issue
Block a user