From patchwork Wed May 28 11:08:26 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Yann E. MORIN" X-Patchwork-Id: 353340 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id D81001400DA for ; Wed, 28 May 2014 21:09:13 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 89D9D8A507; Wed, 28 May 2014 11:09:12 +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 kSFixNqE2AWy; Wed, 28 May 2014 11:09:11 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id A8D608A4DF; Wed, 28 May 2014 11:09:10 +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 B9F9A1BF857 for ; Wed, 28 May 2014 11:09:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id BB90F8965F for ; Wed, 28 May 2014 11:09:04 +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 0_ohvhvVbFvU for ; Wed, 28 May 2014 11:09:04 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f174.google.com (mail-wi0-f174.google.com [209.85.212.174]) by fraxinus.osuosl.org (Postfix) with ESMTPS id 1ABE089670 for ; Wed, 28 May 2014 11:09:03 +0000 (UTC) Received: by mail-wi0-f174.google.com with SMTP id r20so3529059wiv.1 for ; Wed, 28 May 2014 04:08:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references; bh=2ZqYj3FG5KVaS4zFgEd0r4O7JY5B2+QU8PEPjsV4FuM=; b=ARO5F84VKHb9bj2FQixqI+BTUUJUZdphK/+mpdDoqJFS9dsIIVLw2W7CSf3G04JHiL yXSWeMvezvoPOXF1QJ5jCA3lkHo5M92nye2SvKOlpMEz4TZoNwrP08AJN8otkD/krRfm NpYxhQviyJY0/U8JlJYMvS//GckxndRhHd8vpHo1JMRSFjJfUh+csHhEru1USgpIpHaP yLV4LyWjujY1dLBRJBQYZxk+9w9LqpPO24dWwuEYD2Bb5eI5x2X0ayyA8ocDB1mq2oOI 6dIUqLSsPVgmyGDUyLdwaKfuIAIfiOS3h+JG6VHo7Yv1OLLW+UKF5dINLnzJqMDg7xXW wvzw== X-Received: by 10.194.89.40 with SMTP id bl8mr34104399wjb.90.1401275339844; Wed, 28 May 2014 04:08:59 -0700 (PDT) Received: from gourin.bzh.lan (ks3095497.kimsufi.com. [94.23.60.27]) by mx.google.com with ESMTPSA id bj2sm16031189wib.3.2014.05.28.04.08.58 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 28 May 2014 04:08:59 -0700 (PDT) From: "Yann E. MORIN" To: buildroot@buildroot.org Date: Wed, 28 May 2014 13:08:26 +0200 Message-Id: X-Mailer: git-send-email 1.8.3.2 In-Reply-To: References: Cc: Bernd Kuhls , "Yann E. MORIN" Subject: [Buildroot] [PATCH 03/30] xbmc: add host-nasm dependency 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 From: Bernd Kuhls Fixes: checking for nasm... no configure: error: Could not find a required program. Please see the README for your platform. This will be needed for 13.0 Gotham. Signed-off-by: Bernd Kuhls Signed-off-by: "Yann E. MORIN" --- package/xbmc/xbmc.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package/xbmc/xbmc.mk b/package/xbmc/xbmc.mk index d8b9508..3522802 100644 --- a/package/xbmc/xbmc.mk +++ b/package/xbmc/xbmc.mk @@ -18,6 +18,9 @@ XBMC_DEPENDENCIES += boost bzip2 expat flac fontconfig freetype jasper jpeg \ libogg libplist libpng libsamplerate libungif libvorbis libxml2 lzo ncurses \ openssl pcre python readline sqlite taglib tiff tinyxml yajl zlib +# xbmc@i386 depends on nasm +XBMC_DEPENDENCIES += $(if $(BR2_i386),host-nasm) + XBMC_CONF_ENV = \ PYTHON_VERSION="$(PYTHON_VERSION_MAJOR)" \ PYTHON_LDFLAGS="-lpython$(PYTHON_VERSION_MAJOR) -lpthread -ldl -lutil -lm" \