From patchwork Wed Apr 8 20:21:47 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 459483 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 252D314021A for ; Thu, 9 Apr 2015 06:22:12 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 5426733538; Wed, 8 Apr 2015 20:22:11 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ZEca3y1uorMF; Wed, 8 Apr 2015 20:22:07 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id E5A3F3352D; Wed, 8 Apr 2015 20:22:04 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id AB67D1C2333 for ; Wed, 8 Apr 2015 20:22:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id A9506A30D4 for ; Wed, 8 Apr 2015 20:22:03 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id CJLBDISvudj2 for ; Wed, 8 Apr 2015 20:22:01 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout10.t-online.de (mailout10.t-online.de [194.25.134.21]) by fraxinus.osuosl.org (Postfix) with ESMTPS id B3AA1A30D8 for ; Wed, 8 Apr 2015 20:22:01 +0000 (UTC) Received: from fwd29.aul.t-online.de (fwd29.aul.t-online.de [172.20.26.134]) by mailout10.t-online.de (Postfix) with SMTP id 2423E11316F for ; Wed, 8 Apr 2015 22:21:59 +0200 (CEST) Received: from fli4l.lan.fli4l (VrIyX+ZD8hn+TjA6Cb6Byj8d3N5PWMTNO5qnUle2BuGxEbgQp9mNIHyDCdOPX5gZMA@[79.247.156.206]) by fwd29.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1YfwTw-2GHxzM0; Wed, 8 Apr 2015 22:21:52 +0200 Received: from fli4lbuild64.lan.fli4l ([192.168.1.51]:34319) by fli4l.lan.fli4l with esmtpsa (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.85) (envelope-from ) id 1YfwTv-0004Wl-LI; Wed, 08 Apr 2015 22:21:52 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Wed, 8 Apr 2015 22:21:47 +0200 Message-Id: <1428524507-30375-2-git-send-email-bernd.kuhls@t-online.de> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1428524507-30375-1-git-send-email-bernd.kuhls@t-online.de> References: <1428524507-30375-1-git-send-email-bernd.kuhls@t-online.de> X-ID: VrIyX+ZD8hn+TjA6Cb6Byj8d3N5PWMTNO5qnUle2BuGxEbgQp9mNIHyDCdOPX5gZMA X-TOI-MSGID: 49921b72-ece4-4ad9-bfbf-4502c0d1e7da Cc: Bernd Kuhls Subject: [Buildroot] [PATCH 2/2] package/kodi: Remove unused dependency to libungif 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" Signed-off-by: Bernd Kuhls --- package/kodi/Config.in | 1 - package/kodi/kodi.mk | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/package/kodi/Config.in b/package/kodi/Config.in index 88d1109..91c1cce 100644 --- a/package/kodi/Config.in +++ b/package/kodi/Config.in @@ -58,7 +58,6 @@ menuconfig BR2_PACKAGE_KODI select BR2_PACKAGE_LIBPLIST select BR2_PACKAGE_LIBPNG select BR2_PACKAGE_LIBSAMPLERATE - select BR2_PACKAGE_LIBUNGIF select BR2_PACKAGE_LIBVORBIS select BR2_PACKAGE_LIBXML2 select BR2_PACKAGE_LIBXSLT diff --git a/package/kodi/kodi.mk b/package/kodi/kodi.mk index ad73dcb..8712b12 100644 --- a/package/kodi/kodi.mk +++ b/package/kodi/kodi.mk @@ -18,7 +18,7 @@ KODI_DEPENDENCIES = host-gawk host-gettext host-gperf host-infozip host-lzo \ host-nasm host-sdl_image host-swig KODI_DEPENDENCIES += boost bzip2 expat ffmpeg fontconfig freetype jasper jpeg \ libass libcdio libcurl libfribidi libgcrypt libmad libmodplug libmpeg2 \ - libogg libplist libpng libsamplerate libungif libvorbis libxml2 libxslt lzo ncurses \ + libogg libplist libpng libsamplerate libvorbis libxml2 libxslt lzo ncurses \ openssl pcre python readline sqlite taglib tiff tinyxml yajl zlib KODI_CONF_ENV = \