Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/dbus: drop unrecognized option
@ 2020-09-20 10:50 Fabrice Fontaine
  2020-09-20 13:45 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2020-09-20 10:50 UTC (permalink / raw)
  To: buildroot

--with-xml option has been dropped seven years ago in version 1.7.4 and
https://github.com/freedesktop/dbus/commit/46602768c537bfa51af80ba2c67857f3a30c0e67

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

diff --git a/package/dbus/dbus.mk b/package/dbus/dbus.mk
index 70f2c6fef4..b58f1ddda3 100644
--- a/package/dbus/dbus.mk
+++ b/package/dbus/dbus.mk
@@ -28,7 +28,6 @@ DBUS_CONF_OPTS = \
 	--disable-asserts \
 	--disable-xml-docs \
 	--disable-doxygen-docs \
-	--with-xml=expat \
 	--with-system-socket=/run/dbus/system_bus_socket \
 	--with-system-pid-file=/run/messagebus.pid
 
@@ -110,8 +109,7 @@ HOST_DBUS_CONF_OPTS = \
 	--disable-xml-docs \
 	--disable-doxygen-docs \
 	--disable-systemd \
-	--without-x \
-	--with-xml=expat
+	--without-x
 
 # dbus for the host
 DBUS_HOST_INTROSPECT = $(HOST_DBUS_DIR)/introspect.xml
-- 
2.28.0

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

* [Buildroot] [PATCH 1/1] package/dbus: drop unrecognized option
  2020-09-20 10:50 [Buildroot] [PATCH 1/1] package/dbus: drop unrecognized option Fabrice Fontaine
@ 2020-09-20 13:45 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2020-09-20 13:45 UTC (permalink / raw)
  To: buildroot

On Sun, 20 Sep 2020 12:50:04 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> --with-xml option has been dropped seven years ago in version 1.7.4 and
> https://github.com/freedesktop/dbus/commit/46602768c537bfa51af80ba2c67857f3a30c0e67
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/dbus/dbus.mk | 4 +---
>  1 file changed, 1 insertion(+), 3 deletions(-)

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:[~2020-09-20 13:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-20 10:50 [Buildroot] [PATCH 1/1] package/dbus: drop unrecognized option Fabrice Fontaine
2020-09-20 13:45 ` Thomas Petazzoni

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