Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2] package/cegui: disable Python SWIG extension modules unconditionally
@ 2021-07-20 18:10 Bartosz Bilas
  2021-07-20 18:26 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Bartosz Bilas @ 2021-07-20 18:10 UTC (permalink / raw)
  To: buildroot

It seems that Python SWIG extension module(s) are not compatible with
buildroot's SWIG version so disable them unconditionally to fix
the following build errors:

Fixes:
 - http://autobuild.buildroot.net/results/f80/f80ebdcbde08c13eddec9fadc39b9c2bd4b83e94//

  and more...

Signed-off-by: Bartosz Bilas <b.bilas@grinn-global.com>
---
Changes v1 -> v2:
 - disable CEGUI_BUILD_PYTHON_MODULES_SWIG option unconditionally

 package/cegui/cegui.mk | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/package/cegui/cegui.mk b/package/cegui/cegui.mk
index 747ebbb953..127d3b0fad 100644
--- a/package/cegui/cegui.mk
+++ b/package/cegui/cegui.mk
@@ -16,7 +16,8 @@ CEGUI_CONF_OPTS = \
 	-DCEGUI_BUILD_XMLPARSER_XERCES=OFF \
 	-DCEGUI_USE_FRIBIDI=OFF \
 	-DCEGUI_SAMPLES_ENABLED=OFF \
-	-DCEGUI_BUILD_APPLICATION_TEMPLATES=OFF
+	-DCEGUI_BUILD_APPLICATION_TEMPLATES=OFF \
+	-DCEGUI_BUILD_PYTHON_MODULES_SWIG=OFF
 CEGUI_DEPENDENCIES = glm \
 	$(if $(BR2_PACKAGE_LIBGLFW),libglfw) \
 	$(if $(BR2_PACKAGE_HAS_LIBGL),libgl) \
-- 
2.32.0

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

* [Buildroot] [PATCH v2] package/cegui: disable Python SWIG extension modules unconditionally
  2021-07-20 18:10 [Buildroot] [PATCH v2] package/cegui: disable Python SWIG extension modules unconditionally Bartosz Bilas
@ 2021-07-20 18:26 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2021-07-20 18:26 UTC (permalink / raw)
  To: buildroot

On Tue, 20 Jul 2021 20:10:48 +0200
Bartosz Bilas <b.bilas@grinn-global.com> wrote:

> It seems that Python SWIG extension module(s) are not compatible with
> buildroot's SWIG version so disable them unconditionally to fix
> the following build errors:
> 
> Fixes:
>  - http://autobuild.buildroot.net/results/f80/f80ebdcbde08c13eddec9fadc39b9c2bd4b83e94//
> 
>   and more...
> 
> Signed-off-by: Bartosz Bilas <b.bilas@grinn-global.com>
> ---
> Changes v1 -> v2:
>  - disable CEGUI_BUILD_PYTHON_MODULES_SWIG option unconditionally

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

end of thread, other threads:[~2021-07-20 18:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-20 18:10 [Buildroot] [PATCH v2] package/cegui: disable Python SWIG extension modules unconditionally Bartosz Bilas
2021-07-20 18:26 ` Thomas Petazzoni

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