Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/boost: enable regex on host
@ 2022-01-13 18:07 Fabrice Fontaine
  2022-01-13 18:07 ` [Buildroot] [PATCH 2/2] package/riscv-isa-sim: needs host-boost Fabrice Fontaine
  2022-01-13 19:36 ` [Buildroot] [PATCH 1/2] package/boost: enable regex on host Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2022-01-13 18:07 UTC (permalink / raw)
  To: buildroot; +Cc: Julien Olivain, Fabrice Fontaine

regex is needed on host for host-riscv-isa-sim

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/boost/boost.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/boost/boost.mk b/package/boost/boost.mk
index 6e026f4781..6d1046e9a2 100644
--- a/package/boost/boost.mk
+++ b/package/boost/boost.mk
@@ -17,7 +17,7 @@ HOST_BOOST_FLAGS = --without-icu --with-toolset=gcc \
 	--without-libraries=$(subst $(space),$(comma),atomic chrono context \
 	contract container coroutine date_time exception fiber filesystem graph \
 	graph_parallel iostreams json locale log math mpi nowide program_options \
-	python random regex serialization stacktrace system test thread timer \
+	python random serialization stacktrace system test thread timer \
 	type_erasure wave)
 
 BOOST_WITHOUT_FLAGS += $(if $(BR2_PACKAGE_BOOST_ATOMIC),,atomic)
-- 
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

* [Buildroot] [PATCH 2/2] package/riscv-isa-sim: needs host-boost
  2022-01-13 18:07 [Buildroot] [PATCH 1/2] package/boost: enable regex on host Fabrice Fontaine
@ 2022-01-13 18:07 ` Fabrice Fontaine
  2022-01-13 19:36 ` [Buildroot] [PATCH 1/2] package/boost: enable regex on host Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2022-01-13 18:07 UTC (permalink / raw)
  To: buildroot; +Cc: Julien Olivain, Fabrice Fontaine

Fix the following build failure raised since the addition of the package
in commit ea033cecf990ed3f86619647523a9ad2ccb09adb:

configure: error: Could not link against boost_system !

Fixes:
 - http://autobuild.buildroot.org/results/d1ec407d3a9106be1271e4897d6f578d501439fe

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/riscv-isa-sim/riscv-isa-sim.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/riscv-isa-sim/riscv-isa-sim.mk b/package/riscv-isa-sim/riscv-isa-sim.mk
index 59f70fc432..ee9067d304 100644
--- a/package/riscv-isa-sim/riscv-isa-sim.mk
+++ b/package/riscv-isa-sim/riscv-isa-sim.mk
@@ -8,6 +8,6 @@ RISCV_ISA_SIM_VERSION = 1.1.0
 RISCV_ISA_SIM_SITE = $(call github,riscv-software-src,riscv-isa-sim,v$(RISCV_ISA_SIM_VERSION))
 RISCV_ISA_SIM_LICENSE = BSD-3-Clause
 RISCV_ISA_SIM_LICENSE_FILES = LICENSE
-HOST_RISCV_ISA_SIM_DEPENDENCIES = host-dtc
+HOST_RISCV_ISA_SIM_DEPENDENCIES = host-boost host-dtc
 
 $(eval $(host-autotools-package))
-- 
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 1/2] package/boost: enable regex on host
  2022-01-13 18:07 [Buildroot] [PATCH 1/2] package/boost: enable regex on host Fabrice Fontaine
  2022-01-13 18:07 ` [Buildroot] [PATCH 2/2] package/riscv-isa-sim: needs host-boost Fabrice Fontaine
@ 2022-01-13 19:36 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2022-01-13 19:36 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: Julien Olivain, buildroot

On Thu, 13 Jan 2022 19:07:37 +0100
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> regex is needed on host for host-riscv-isa-sim
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/boost/boost.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Both applied, 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

end of thread, other threads:[~2022-01-13 19:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-13 18:07 [Buildroot] [PATCH 1/2] package/boost: enable regex on host Fabrice Fontaine
2022-01-13 18:07 ` [Buildroot] [PATCH 2/2] package/riscv-isa-sim: needs host-boost Fabrice Fontaine
2022-01-13 19:36 ` [Buildroot] [PATCH 1/2] package/boost: enable regex on host Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox