package/dbus-python: remove unrecognized options
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sun, 27 Oct 2019 10:12:27 +0000 (11:12 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 27 Oct 2019 10:57:46 +0000 (11:57 +0100)
--disable-html-docs and --disable-api-docs has been removed since
version 1.2.8 and
https://github.com/freedesktop/dbus-python/commit/721ef6373069bfc6955018681204e20e1ad836e4

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/dbus-python/dbus-python.mk

index d48208f1d1d056fad2ed9b6e4b9f252688efe730..c3a36493965531cce0fa5ba3124a35878d745721 100644 (file)
@@ -10,10 +10,7 @@ DBUS_PYTHON_INSTALL_STAGING = YES
 DBUS_PYTHON_LICENSE = MIT
 DBUS_PYTHON_LICENSE_FILES = COPYING
 DBUS_PYTHON_DEPENDENCIES = dbus-glib
-DBUS_PYTHON_CONF_OPTS = --disable-html-docs --disable-api-docs
-
 HOST_DBUS_PYTHON_DEPENDENCIES = host-dbus-glib
-HOST_DBUS_PYTHON_CONF_OPTS = --disable-html-docs --disable-api-docs
 
 ifeq ($(BR2_PACKAGE_PYTHON),y)
 DBUS_PYTHON_DEPENDENCIES += python host-python