All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/kodi: fix fallout after infozip rename
@ 2015-12-06  9:28 Yann E. MORIN
  2015-12-06 13:50 ` Luca Ceresoli
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Yann E. MORIN @ 2015-12-06  9:28 UTC (permalink / raw)
  To: buildroot

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@free.fr>
Cc: Luca Ceresoli <luca@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 \
 	host-libjpeg host-lzo host-nasm host-libpng host-swig
 KODI_DEPENDENCIES += boost bzip2 expat ffmpeg fontconfig freetype jasper jpeg \
 	libass libcdio libcurl libfribidi libgcrypt libmpeg2 \
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-12-06 22:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-06  9:28 [Buildroot] [PATCH] package/kodi: fix fallout after infozip rename Yann E. MORIN
2015-12-06 13:50 ` Luca Ceresoli
2015-12-06 18:10 ` Bernd Kuhls
2015-12-06 22:43 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.