From patchwork Fri May 17 00:02:35 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gilles Talis X-Patchwork-Id: 244444 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 5F5522C00A0 for ; Fri, 17 May 2013 10:02:54 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 3066110BBB1; Fri, 17 May 2013 00:02:33 +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 ZtDY0OOs7InA; Fri, 17 May 2013 00:02:30 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 78F8110BB9C; Fri, 17 May 2013 00:02:30 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 62F138F79F for ; Fri, 17 May 2013 00:02:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 03DA08DE53 for ; Fri, 17 May 2013 00:02:49 +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 VOELCeMAwC3T for ; Fri, 17 May 2013 00:02:48 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-pd0-f172.google.com (mail-pd0-f172.google.com [209.85.192.172]) by whitealder.osuosl.org (Postfix) with ESMTPS id 1F1B28DD15 for ; Fri, 17 May 2013 00:02:48 +0000 (UTC) Received: by mail-pd0-f172.google.com with SMTP id 6so2818408pdd.17 for ; Thu, 16 May 2013 17:02:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer; bh=G6C1nSBRMSkiuEY6kcKIbuitqAVitXGubOXIdZaiUvY=; b=jQhr9x6t6Y8ko9HzC+R8puItEWoZ7nq9HNlb3eUoGDBaIjWeqErJ8ZsVGBq3KnU9pB 4pbxTD5yYe+Y5ZlmZyY8UMw/OfyXiGeReAlWfNsGfbZtBxvFnaOlnpja0GlHyUGldj4/ 5o0gWcCO/Uj/1cm8UBh+vT+3yK2XAUMyNuqgbY4GtiO/AIqKLuYfNUzLKhR6Oken4UKP sn0CiYKAzx2hUBsHE92R6U5DlzEmtRbMpPo9cVudQuK50acag4SnVjnD6GAsOWc+omar qeyo6RuO9tZs9whStljAzHCSul2kjDP1+tmABaZ/x4N4Q0ZVtD2bBOf1fSsySU+mFcOu zcCA== X-Received: by 10.68.163.225 with SMTP id yl1mr46409166pbb.0.1368748967736; Thu, 16 May 2013 17:02:47 -0700 (PDT) Received: from localhost.localdomain ([72.166.5.70]) by mx.google.com with ESMTPSA id az5sm8638079pbc.18.2013.05.16.17.02.47 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Thu, 16 May 2013 17:02:47 -0700 (PDT) From: Gilles Talis To: buildroot@busybox.net Date: Thu, 16 May 2013 17:02:35 -0700 Message-Id: <1368748956-15255-1-git-send-email-gilles.talis@gmail.com> X-Mailer: git-send-email 1.7.4.1 Subject: [Buildroot] [PATCH 1/2] bellagio: needs toolchain with threads support 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 Fixes: http://autobuild.buildroot.org/results/a4b/a4b7e19f4eee1de8d8722c2ade673fcb816a811e Signed-off-by: Gilles Talis --- package/multimedia/bellagio/Config.in | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/package/multimedia/bellagio/Config.in b/package/multimedia/bellagio/Config.in index 1458f63..4be3aee 100644 --- a/package/multimedia/bellagio/Config.in +++ b/package/multimedia/bellagio/Config.in @@ -1,6 +1,7 @@ config BR2_PACKAGE_BELLAGIO bool "bellagio" depends on BR2_INSTALL_LIBSTDCPP + depends on BR2_TOOLCHAIN_HAS_THREADS help Bellagio is an opensource implementation of the OpenMAX IL API. @@ -14,5 +15,5 @@ config BR2_PACKAGE_BELLAGIO http://omxil.sourceforge.net/ -comment "bellagio requires a toolchain with C++ support enabled" - depends on !BR2_INSTALL_LIBSTDCPP +comment "bellagio requires a toolchain with C++ and threads support enabled" + depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS