From patchwork Mon Aug 4 13:20:25 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 376283 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 79656140092 for ; Mon, 4 Aug 2014 23:21:10 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id A51748B121; Mon, 4 Aug 2014 13:21:09 +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 i5jB3u3cAOE4; Mon, 4 Aug 2014 13:21:09 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 303C18B129; Mon, 4 Aug 2014 13:21:09 +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 9B7B91BF9AC for ; Mon, 4 Aug 2014 13:21:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 7CA2388291 for ; Mon, 4 Aug 2014 13:21:07 +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 7r-DF9SYtOeS for ; Mon, 4 Aug 2014 13:21:03 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from loknar.toptech.com.ar (loknar.toptech.com.ar [78.46.79.162]) by whitealder.osuosl.org (Postfix) with ESMTPS id 0C753878E4 for ; Mon, 4 Aug 2014 13:21:02 +0000 (UTC) Received: from asgard (cpe-186-18-128-65.telecentro-reversos.com.ar [186.18.128.65] (may be forged)) (authenticated bits=0) by loknar.toptech.com.ar (8.14.9/8.14.9) with ESMTP id s74DKvQM028263 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 4 Aug 2014 13:20:59 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1407158460; bh=FWMZdKTiNstaUUPnt5Ui/gRwdbOvu3WoZQhh3j42SAg=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=hrzVokJAwTBvUweUTMWm0X5xGqI9t8829GW0fyiEwWUb9gCZu/Mfvs/blll5FK4jh reBSJYH8WH2Vi65al7nN2N8gSqeqWnTR4TTohRiZnWViMU9fJAdTQM7P0NIvQJkuQl tyHnvzuVqltOw78RaAif86VBv01kCcnNxPKDTwN4= Received: by asgard (sSMTP sendmail emulation); Mon, 04 Aug 2014 10:20:51 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Mon, 4 Aug 2014 10:20:25 -0300 Message-Id: <1407158440-26783-2-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.8.5.5 In-Reply-To: <1407158440-26783-1-git-send-email-gustavo@zacarias.com.ar> References: <1407158440-26783-1-git-send-email-gustavo@zacarias.com.ar> X-Virus-Scanned: clamav-milter 0.98.1 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH 02/17] bluez5_utils: add comment mmu depends 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 Otherwise it shows up indirectly when toolchain options aren't enough and then vanishes when they are fulfilled. Signed-off-by: Gustavo Zacarias --- package/bluez5_utils/Config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/package/bluez5_utils/Config.in b/package/bluez5_utils/Config.in index 9152093..10588db 100644 --- a/package/bluez5_utils/Config.in +++ b/package/bluez5_utils/Config.in @@ -64,6 +64,7 @@ endif comment "bluez5-utils needs a toolchain w/ wchar, threads, IPv6, headers >= 3.4" depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || \ !BR2_INET_IPV6 || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4 + depends on BR2_USE_MMU comment "bluez5-utils conflicts with older bluez-utils version" depends on BR2_PACKAGE_BLUEZ_UTILS