diff mbox series

[1/1] package/rauc: fix host build

Message ID 20191105195248.30000-1-fontaine.fabrice@gmail.com
State Accepted
Commit e534e4336a4f4447f7f294dc52fe2d5d977e6f8d
Headers show
Series [1/1] package/rauc: fix host build | expand

Commit Message

Fabrice Fontaine Nov. 5, 2019, 7:52 p.m. UTC
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(-)

Comments

Peter Korsgaard Nov. 5, 2019, 8:44 p.m. UTC | #1
>>>>> "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.
diff mbox series

Patch

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