All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/network-manager: disable introspection
@ 2020-07-15 20:34 Fabrice Fontaine
  2020-07-15 21:38 ` Thomas Petazzoni
  2020-07-22  9:06 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2020-07-15 20:34 UTC (permalink / raw)
  To: buildroot

Build will fail if gobject-introspection is built before network-manager
but python-gobject is not:

configure: error: "--enable-introspection aims to build the settings documentation. This requires GObject introspection for python (pygobject)

To avoid this build failure and because we don't need documentation,
just disable introspection

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

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

diff --git a/package/network-manager/network-manager.mk b/package/network-manager/network-manager.mk
index c5749c857c..3dc3188f32 100644
--- a/package/network-manager/network-manager.mk
+++ b/package/network-manager/network-manager.mk
@@ -23,6 +23,7 @@ NETWORK_MANAGER_CONF_ENV = \
 	ac_cv_file__etc_SuSE_release=no
 
 NETWORK_MANAGER_CONF_OPTS = \
+	--disable-introspection \
 	--disable-tests \
 	--disable-qt \
 	--disable-more-warnings \
-- 
2.27.0

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

* [Buildroot] [PATCH 1/1] package/network-manager: disable introspection
  2020-07-15 20:34 [Buildroot] [PATCH 1/1] package/network-manager: disable introspection Fabrice Fontaine
@ 2020-07-15 21:38 ` Thomas Petazzoni
  2020-07-22  9:06 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2020-07-15 21:38 UTC (permalink / raw)
  To: buildroot

On Wed, 15 Jul 2020 22:34:42 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> Build will fail if gobject-introspection is built before network-manager
> but python-gobject is not:
> 
> configure: error: "--enable-introspection aims to build the settings documentation. This requires GObject introspection for python (pygobject)
> 
> To avoid this build failure and because we don't need documentation,
> just disable introspection
> 
> Fixes:
>  - http://autobuild.buildroot.org/results/d3b1bc2fa7559e66465033c455176761d6e184d1
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/network-manager/network-manager.mk | 1 +
>  1 file changed, 1 insertion(+)

Applied to master, thanks.

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

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

* [Buildroot] [PATCH 1/1] package/network-manager: disable introspection
  2020-07-15 20:34 [Buildroot] [PATCH 1/1] package/network-manager: disable introspection Fabrice Fontaine
  2020-07-15 21:38 ` Thomas Petazzoni
@ 2020-07-22  9:06 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2020-07-22  9:06 UTC (permalink / raw)
  To: buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > Build will fail if gobject-introspection is built before network-manager
 > but python-gobject is not:

 > configure: error: "--enable-introspection aims to build the settings documentation. This requires GObject introspection for python (pygobject)

 > To avoid this build failure and because we don't need documentation,
 > just disable introspection

 > Fixes:
 >  - http://autobuild.buildroot.org/results/d3b1bc2fa7559e66465033c455176761d6e184d1

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed to 2020.05.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2020-07-22  9:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-15 20:34 [Buildroot] [PATCH 1/1] package/network-manager: disable introspection Fabrice Fontaine
2020-07-15 21:38 ` Thomas Petazzoni
2020-07-22  9:06 ` 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.