[Buildroot] [PATCH] package/kodi: fix fallout after infozip rename

Luca Ceresoli luca at lucaceresoli.net
Sun Dec 6 13:50:38 UTC 2015


Dear Yann,

Yann E. MORIN wrote:
> Commit f0c9470 (infozip: rename to zip) forgot to propagate the rename
> down to the only user of the host variant of infozip.
>
> Signed-off-by: "Yann E. MORIN" <yann.morin.1998 at free.fr>
> Cc: Luca Ceresoli <luca at lucaceresoli.net>
> ---
>   package/kodi/kodi.mk | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/package/kodi/kodi.mk b/package/kodi/kodi.mk
> index 46d8650..bf3aa7a 100644
> --- a/package/kodi/kodi.mk
> +++ b/package/kodi/kodi.mk
> @@ -10,7 +10,7 @@ KODI_LICENSE = GPLv2
>   KODI_LICENSE_FILES = LICENSE.GPL
>   # needed for binary addons
>   KODI_INSTALL_STAGING = YES
> -KODI_DEPENDENCIES = host-gawk host-gettext host-gperf host-infozip host-giflib \
> +KODI_DEPENDENCIES = host-gawk host-gettext host-gperf host-zip host-giflib \

Sorry for the mistake! Of course:

Acked-by: Luca Ceresoli <luca at lucaceresoli.net>

-- 
Luca



More information about the buildroot mailing list