[Buildroot] [git commit] package/libbluray: fix build when host has no java support

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sun Jun 18 13:53:24 UTC 2017


commit: https://git.buildroot.net/buildroot/commit/?id=39b6ea3c61d1c0b3c639ef53f2a3c81960267343
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Fixes
http://autobuild.buildroot.net/results/630/630cfe62798d0f35fdfaed8547038ba7673cc149/

Signed-off-by: Bernd Kuhls <bernd.kuhls at t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/libbluray/libbluray.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/libbluray/libbluray.mk b/package/libbluray/libbluray.mk
index d3eee5d..4928f8a 100644
--- a/package/libbluray/libbluray.mk
+++ b/package/libbluray/libbluray.mk
@@ -12,6 +12,8 @@ LIBBLURAY_LICENSE = LGPL-2.1+
 LIBBLURAY_LICENSE_FILES = COPYING
 LIBBLURAY_DEPENDENCIES = host-pkgconf
 
+LIBBLURAY_CONF_OPTS = --disable-bdjava-jar
+
 ifeq ($(BR2_PACKAGE_LIBICONV),y)
 LIBBLURAY_DEPENDENCIES += libiconv
 endif


More information about the buildroot mailing list