All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/babeltrace2: fix host package build failure
@ 2022-07-31 13:52 Giulio Benetti
  2022-08-01 17:01 ` Thomas Petazzoni via buildroot
  2022-09-13 14:42 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Giulio Benetti @ 2022-07-31 13:52 UTC (permalink / raw)
  To: buildroot; +Cc: Giulio Benetti, Philippe Proulx

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>
---
 package/babeltrace2/babeltrace2.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/babeltrace2/babeltrace2.mk b/package/babeltrace2/babeltrace2.mk
index eedfc72b8c..2b2ab7db40 100644
--- a/package/babeltrace2/babeltrace2.mk
+++ b/package/babeltrace2/babeltrace2.mk
@@ -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
-- 
2.34.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Buildroot] [PATCH] package/babeltrace2: fix host package build failure
  2022-07-31 13:52 [Buildroot] [PATCH] package/babeltrace2: fix host package build failure Giulio Benetti
@ 2022-08-01 17:01 ` Thomas Petazzoni via buildroot
  2022-09-13 14:42 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni via buildroot @ 2022-08-01 17:01 UTC (permalink / raw)
  To: Giulio Benetti; +Cc: Philippe Proulx, buildroot

On Sun, 31 Jul 2022 15:52:58 +0200
Giulio Benetti <giulio.benetti@benettiengineering.com> wrote:

> 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>
> ---
>  package/babeltrace2/babeltrace2.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Buildroot] [PATCH] package/babeltrace2: fix host package build failure
  2022-07-31 13:52 [Buildroot] [PATCH] package/babeltrace2: fix host package build failure Giulio Benetti
  2022-08-01 17:01 ` Thomas Petazzoni via buildroot
@ 2022-09-13 14:42 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2022-09-13 14:42 UTC (permalink / raw)
  To: Giulio Benetti; +Cc: Philippe Proulx, buildroot

>>>>> "Giulio" == Giulio Benetti <giulio.benetti@benettiengineering.com> writes:

 > 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>

Committed to 2022.05.x and 2022.02.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-09-13 14:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-31 13:52 [Buildroot] [PATCH] package/babeltrace2: fix host package build failure Giulio Benetti
2022-08-01 17:01 ` Thomas Petazzoni via buildroot
2022-09-13 14:42 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.