summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2017-09-26 19:20:40 +0200
committerPeter Korsgaard <peter@korsgaard.com>2017-09-28 22:23:22 +0200
commit647490012a64c7b497e129bc8db48d25e19a630e (patch)
tree598d5a05af7f02ba5d0ec010fc47c29de7717888
parent1e935f3e80597e78f5189bd702c371190a8e11c0 (diff)
downloadbuildroot-647490012a64c7b497e129bc8db48d25e19a630e.tar.gz
buildroot-647490012a64c7b497e129bc8db48d25e19a630e.zip
package/openobex: disable doc build
Openobex would need the host variant of xmlint (provided by host- libxml2) to build the documentation. To avoid this dependency we disable the build of the documentation. Fixes http://autobuild.buildroot.net/results/668/668ffb15f8c4faf0f4c462488dbb70b61386d465/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r--package/openobex/openobex.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/openobex/openobex.mk b/package/openobex/openobex.mk
index d9d4db5609..ea41f65a80 100644
--- a/package/openobex/openobex.mk
+++ b/package/openobex/openobex.mk
@@ -13,6 +13,7 @@ OPENOBEX_LICENSE = GPL-2.0+/LGPL-2.1+
OPENOBEX_LICENSE_FILES = COPYING COPYING.LIB
OPENOBEX_DEPENDENCIES = host-pkgconf
OPENOBEX_INSTALL_STAGING = YES
+OPENOBEX_CONF_OPTS = -DBUILD_DOCUMENTATION=OFF
ifeq ($(BR2_PACKAGE_BLUEZ_UTILS),y)
OPENOBEX_DEPENDENCIES += bluez_utils
OpenPOWER on IntegriCloud