From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from stoexhubfe01.domain01.net ([83.145.59.140]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1QtZRn-0003Yu-Ra for openembedded-devel@lists.openembedded.org; Wed, 17 Aug 2011 08:17:53 +0200 Received: from localhost (193.235.91.228) by stoexhubfe01.domain01.net (10.12.10.6) with Microsoft SMTP Server id 8.3.137.0; Wed, 17 Aug 2011 08:13:13 +0200 From: Anders Darander To: Date: Wed, 17 Aug 2011 08:13:18 +0200 Message-ID: X-Mailer: git-send-email 1.7.5.4 MIME-Version: 1.0 X-GFI-SMTP-Submission: 1 Cc: Anders Darander Subject: [meta-oe][PATCH v2 0/1] connman: conditionally enable bluetooth and wifi X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2011 06:17:53 -0000 Content-Type: text/plain Let connman depend and enable wifi and bluetooth, only when these are set in the DISTRO_FEATURES. This reduces build-time, and make a non-x11 build succeed, as bluez4 currently depends on x11 through a dependency chain. (This could/should be fixed in a later patch). V2: * Remove unnecessarily set variables BLUEZDEPENDS and WIFIDEPENDS. The following changes since commit 6d424db5a0f952956a218e82a3ef0c43ebaafd5a: xcb: add missing bbappends (2011-08-16 13:07:31 +0200) are available in the git repository at: git://github.com/darander/meta-oe connman https://github.com/darander/meta-oe/tree/connman Anders Darander (1): connman: conditionally enable wifi and bluetooth meta-oe/recipes-connectivity/connman/connman.inc | 5 ++++- .../recipes-connectivity/connman/connman_0.76.bb | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) -- 1.7.5.4