diff mbox

[4/4] package/kodi/kodi: Remove hyperflous option --disable-dvdcss

Message ID 1434273033-31723-4-git-send-email-bernd.kuhls@t-online.de
State Superseded
Headers show

Commit Message

Bernd Kuhls June 14, 2015, 9:10 a.m. UTC
The option is controlled later on inside this if-clause

ifeq ($(BR2_PACKAGE_KODI_OPTICALDRIVE),y)

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/kodi/kodi/kodi.mk |    1 -
 1 file changed, 1 deletion(-)

Comments

Yann E. MORIN June 28, 2015, 12:49 p.m. UTC | #1
Bernd, All,

On 2015-06-14 11:10 +0200, Bernd Kuhls spake thusly:
> The option is controlled later on inside this if-clause
> 
> ifeq ($(BR2_PACKAGE_KODI_OPTICALDRIVE),y)
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  package/kodi/kodi/kodi.mk |    1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/package/kodi/kodi/kodi.mk b/package/kodi/kodi/kodi.mk
> index cecc41f..2b21e1f 100644
> --- a/package/kodi/kodi/kodi.mk
> +++ b/package/kodi/kodi/kodi.mk

This is not the correct layout we currently have in master.

Otherwise:

Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

Regards,
Yann E. MORIN.

> @@ -34,7 +34,6 @@ KODI_CONF_ENV = \
>  KODI_CONF_OPTS +=  \
>  	--with-ffmpeg=shared \
>  	--disable-crystalhd \
> -	--disable-dvdcss \
>  	--disable-hal \
>  	--disable-joystick \
>  	--disable-openmax \
> -- 
> 1.7.10.4
> 
> _______________________________________________
> buildroot mailing list
> buildroot@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
diff mbox

Patch

diff --git a/package/kodi/kodi/kodi.mk b/package/kodi/kodi/kodi.mk
index cecc41f..2b21e1f 100644
--- a/package/kodi/kodi/kodi.mk
+++ b/package/kodi/kodi/kodi.mk
@@ -34,7 +34,6 @@  KODI_CONF_ENV = \
 KODI_CONF_OPTS +=  \
 	--with-ffmpeg=shared \
 	--disable-crystalhd \
-	--disable-dvdcss \
 	--disable-hal \
 	--disable-joystick \
 	--disable-openmax \