package/rauc: fix host build
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Tue, 5 Nov 2019 19:52:48 +0000 (20:52 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 5 Nov 2019 20:43:06 +0000 (21:43 +0100)
Use --without-dbuspolicydir to fix build on host

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

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/rauc/rauc.mk

index 451d3c898be7980bda3b0a5dc6e202ae0de0b855..a49a580781330200ccb42a39ba869fe051b71ecc 100644 (file)
@@ -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))