All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/rauc: fix host build
@ 2019-11-05 19:52 Fabrice Fontaine
  2019-11-05 20:44 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2019-11-05 19:52 UTC (permalink / raw)
  To: buildroot

Use --without-dbuspolicydir to fix build on host

Fixes:
 - http://autobuild.buildroot.org/results/1700950e682e48bdb99a0051af062f5db5997c6c

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/rauc/rauc.mk | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/package/rauc/rauc.mk b/package/rauc/rauc.mk
index 451d3c898b..a49a580781 100644
--- a/package/rauc/rauc.mk
+++ b/package/rauc/rauc.mk
@@ -36,7 +36,11 @@ HOST_RAUC_DEPENDENCIES = \
 	host-libglib2 \
 	host-squashfs \
 	$(if $(BR2_PACKAGE_HOST_LIBP11),host-libp11)
-HOST_RAUC_CONF_OPTS += --disable-network --disable-json --disable-service
+HOST_RAUC_CONF_OPTS += \
+	--disable-network \
+	--disable-json \
+	--disable-service \
+	--without-dbuspolicydir
 
 $(eval $(autotools-package))
 $(eval $(host-autotools-package))
-- 
2.23.0

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

* [Buildroot] [PATCH 1/1] package/rauc: fix host build
  2019-11-05 19:52 [Buildroot] [PATCH 1/1] package/rauc: fix host build Fabrice Fontaine
@ 2019-11-05 20:44 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2019-11-05 20:44 UTC (permalink / raw)
  To: buildroot

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

 > Use --without-dbuspolicydir to fix build on host
 > Fixes:
 >  - http://autobuild.buildroot.org/results/1700950e682e48bdb99a0051af062f5db5997c6c

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

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2019-11-05 20:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-05 19:52 [Buildroot] [PATCH 1/1] package/rauc: fix host build Fabrice Fontaine
2019-11-05 20:44 ` 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.