diff mbox

[1/1,v2] package/kodi: Remove hyperflous option --disable-dvdcss

Message ID 1435863053-23943-1-git-send-email-bernd.kuhls@t-online.de
State Accepted
Headers show

Commit Message

Bernd Kuhls July 2, 2015, 6:50 p.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>
---
v2: Rebased local repo against upstream (Yann)

 package/kodi/kodi.mk |    1 -
 1 file changed, 1 deletion(-)

Comments

Yann E. MORIN July 2, 2015, 7:56 p.m. UTC | #1
Bernd, all,

On 2015-07-02 20:50 +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>

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

Regards,
Yann E. MORIN.

> ---
> v2: Rebased local repo against upstream (Yann)
> 
>  package/kodi/kodi.mk |    1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/package/kodi/kodi.mk b/package/kodi/kodi.mk
> index 28fece7..cc42df4 100644
> --- a/package/kodi/kodi.mk
> +++ b/package/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 \
> -- 
> 1.7.10.4
> 
> _______________________________________________
> buildroot mailing list
> buildroot@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
Thomas Petazzoni July 4, 2015, 10:43 a.m. UTC | #2
Dear Bernd Kuhls,

On Thu,  2 Jul 2015 20:50:53 +0200, Bernd Kuhls wrote:
> 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>
> ---
> v2: Rebased local repo against upstream (Yann)

Applied, thanks.

Thomas
diff mbox

Patch

diff --git a/package/kodi/kodi.mk b/package/kodi/kodi.mk
index 28fece7..cc42df4 100644
--- a/package/kodi/kodi.mk
+++ b/package/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 \