From patchwork Sat Mar 29 15:38:49 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Coe X-Patchwork-Id: 334971 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id 4F3E81400B5 for ; Sun, 30 Mar 2014 02:39:11 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 8043081B22; Sat, 29 Mar 2014 15:39:10 +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 aFx1oTnexsis; Sat, 29 Mar 2014 15:39:08 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 76BF18B1F2; Sat, 29 Mar 2014 15:39:08 +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 E06B71BF86C for ; Sat, 29 Mar 2014 15:39:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id D9E868B1F2 for ; Sat, 29 Mar 2014 15:39:07 +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 kd-0Or2taQqA for ; Sat, 29 Mar 2014 15:39:07 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-pb0-f41.google.com (mail-pb0-f41.google.com [209.85.160.41]) by fraxinus.osuosl.org (Postfix) with ESMTPS id 65E968B8BD for ; Sat, 29 Mar 2014 15:39:07 +0000 (UTC) Received: by mail-pb0-f41.google.com with SMTP id jt11so6338485pbb.28 for ; Sat, 29 Mar 2014 08:39:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=QyKjW9OtsSj+O0fs1BoYlAXUhwI/nS7ELKVBfifwc/0=; b=xud0zUZBIeHYi5V1Pnb1ca9W+Ijhy0IGl989nZsqF+3PxU8HOjg6xOkbTxeTL7Ob4P WIfFtS29OqsIVU35IGDGgUvY65fRCXKyywz8qrxAG4HAgBd1svd+g0fbQJg5wo+voGdC Z0FLlskqQ6GO41BAagNvnCI0Jdvmr4GzI8WJKfdkX/aL0EeiLFLw0Vv1n5CjugDHmAlK IGeYK7ES3kkUvWuI1EezepTY8ZkXjmoJfiJkx9Msb9ZBDGmi2ZonTQ8/DOUzkStBYF7V tVYgZ5RnktSDFUsGPGFHtmhir8sELkuc7Cm26/aFc7q9XD1FlvunLw6uSFJ7rhDljrww kz3Q== X-Received: by 10.67.22.100 with SMTP id hr4mr14895547pad.112.1396107546844; Sat, 29 Mar 2014 08:39:06 -0700 (PDT) Received: from raptor.ryco.com (50-120-91-134.cral.id.frontiernet.net. [50.120.91.134]) by mx.google.com with ESMTPSA id j3sm32118897pbh.38.2014.03.29.08.39.05 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sat, 29 Mar 2014 08:39:06 -0700 (PDT) From: Ryan Coe To: buildroot@buildroot.org Date: Sat, 29 Mar 2014 08:38:49 -0700 Message-Id: <1396107529-23653-1-git-send-email-bluemrp9@gmail.com> X-Mailer: git-send-email 1.9.1 Cc: Ryan Coe Subject: [Buildroot] [PATCH v2 1/1] xbmc: needs host-gawk X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 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-bounces@busybox.net Signed-off-by: Ryan Coe Acked-by: Bernd Kuhls Acked-by: Maxime Hadjinlian --- Changes v1 -> v2 - Keep dependencies sorted --- package/xbmc/xbmc.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/xbmc/xbmc.mk b/package/xbmc/xbmc.mk index 6dbbb7d..c36439e 100644 --- a/package/xbmc/xbmc.mk +++ b/package/xbmc/xbmc.mk @@ -12,7 +12,7 @@ XBMC_LICENSE_FILES = LICENSE.GPL # called TexturePacker. It is responsible to take all the images used in the # GUI and pack them in a blob. # http://wiki.xbmc.org/index.php?title=TexturePacker -XBMC_DEPENDENCIES = host-gperf host-lzo host-sdl_image host-swig +XBMC_DEPENDENCIES = host-gawk host-gperf host-lzo host-sdl_image host-swig XBMC_DEPENDENCIES += boost bzip2 expat flac fontconfig freetype jasper jpeg \ libass libcdio libcurl libfribidi libgcrypt libmad libmodplug libmpeg2 \ libogg libplist libpng libsamplerate libungif libvorbis libxml2 lzo ncurses \