From patchwork Sun Dec 6 09:28:53 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Yann E. MORIN" X-Patchwork-Id: 553100 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 11A431402C4 for ; Sun, 6 Dec 2015 20:29:04 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=H9qwI1Q+; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 1C97488B6E; Sun, 6 Dec 2015 09:29:03 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 1hql9+hUzjbX; Sun, 6 Dec 2015 09:29:02 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id EF8B6871B3; Sun, 6 Dec 2015 09:29:01 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 431EF1C0DBE for ; Sun, 6 Dec 2015 09:29:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 3FABB8989C for ; Sun, 6 Dec 2015 09:29:01 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id PTjnPOE2IFWS for ; Sun, 6 Dec 2015 09:29:00 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wm0-f44.google.com (mail-wm0-f44.google.com [74.125.82.44]) by hemlock.osuosl.org (Postfix) with ESMTPS id 2980B897EA for ; Sun, 6 Dec 2015 09:29:00 +0000 (UTC) Received: by wmec201 with SMTP id c201so127583351wme.0 for ; Sun, 06 Dec 2015 01:28:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id; bh=n7M9mOuMNN7KvJD/F9WmCBtFxBTkk4hKtEuJs7KQNlM=; b=H9qwI1Q+6BQ2rU7Pt5++01xja4wlm49pYMf36GJkpfxdA18cHdbZ8hpAu07A7y3W8C hTKI7OeYsHII4NUIbzrwYUdFNgH9rESmBvGpJ4aP0MkyrH/5JGg4ZLrzdzxlkaiAL2QX jny7hordobeSNtxs6ZuU4f+ODWx6ge0/ebiRpMq5/0VDThCkSY7HNXOZAJGrvjFw8k0c pNl2myeBASBnMjngsB3xqysqecdwoj1HV8NOeA1T9sryLGjDhtQOfMy9I7fvKDrZPt0t /+6F6RVMHPTjda6RcLwSNsnWfgIdCxe+5++9IL24NTtleFrW4Cs/m3g0GnnTdDmTXojd /9Cg== X-Received: by 10.28.142.205 with SMTP id q196mr15583525wmd.42.1449394138682; Sun, 06 Dec 2015 01:28:58 -0800 (PST) Received: from gourin.bzh.lan (ns304657.ip-46-105-103.eu. [46.105.103.66]) by smtp.gmail.com with ESMTPSA id gl4sm19820904wjd.17.2015.12.06.01.28.56 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 06 Dec 2015 01:28:57 -0800 (PST) From: "Yann E. MORIN" To: buildroot@buildroot.org Date: Sun, 6 Dec 2015 10:28:53 +0100 Message-Id: <1449394133-4017-1-git-send-email-yann.morin.1998@free.fr> X-Mailer: git-send-email 1.9.1 Cc: Luca Ceresoli , "Yann E. MORIN" Subject: [Buildroot] [PATCH] package/kodi: fix fallout after infozip rename X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "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" Cc: Luca Ceresoli Acked-by: Luca Ceresoli Acked-by: Bernd Kuhls --- 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 \