mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
package/babeltrace2: fix host package build failure
While building host-babeltrace2 asciidoc python3 module is required but
Buildroot doesn't make it available, so let's --disable-man-pages for host
as we do for target.
Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit 6685b5ae64)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
fad6cb4d62
commit
af2ecf8e8d
@@ -17,7 +17,7 @@ BABELTRACE2_DEPENDENCIES = libglib2 host-pkgconf
|
||||
# options for host packages, just build support for it
|
||||
# unconditionally.
|
||||
HOST_BABELTRACE2_DEPENDENCIES = host-libglib2 host-pkgconf host-elfutils
|
||||
HOST_BABELTRACE2_CONF_OPTS += --enable-debug-info
|
||||
HOST_BABELTRACE2_CONF_OPTS += --disable-man-pages --enable-debug-info
|
||||
|
||||
ifeq ($(BR2_PACKAGE_ELFUTILS),y)
|
||||
BABELTRACE2_DEPENDENCIES += elfutils
|
||||
|
||||
Reference in New Issue
Block a user