libbluray: disable BD-Java
authorBaruch Siach <baruch@tkos.co.il>
Tue, 29 Sep 2015 12:58:23 +0000 (15:58 +0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 29 Sep 2015 17:39:45 +0000 (19:39 +0200)
BD-Java requires host-ant which is not currently available in Buildroot.

Fixes:
http://autobuild.buildroot.net/results/e87/e8790359cc12d73a22a168a61f59215e50a58f0f/
http://autobuild.buildroot.net/results/bb3/bb33effb844fd6c06efa033cc3e3cb4b4495d1d5/
http://autobuild.buildroot.net/results/623/623de2013eba2bff2d0863968e76f299488f9f35/

and more.

Cc: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/libbluray/libbluray.mk

index f6a501a1083f54c5d43d3e4c3b4e9871fdfa1987..2e9268ef29acaf127d87ae5eecdfb04e0467f2ea 100644 (file)
@@ -12,7 +12,7 @@ LIBBLURAY_LICENSE = LGPLv2.1+
 LIBBLURAY_LICENSE_FILES = COPYING
 LIBBLURAY_DEPENDENCIES = host-pkgconf
 
-LIBBLURAY_CONF_OPTS = --enable-udf
+LIBBLURAY_CONF_OPTS = --enable-udf --disable-bdjava
 
 ifeq ($(BR2_PACKAGE_LIBICONV),y)
 LIBBLURAY_DEPENDENCIES += libiconv