From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from starfish.geekisp.com ([216.168.135.166]) by linuxtogo.org with esmtp (Exim 4.69) (envelope-from ) id 1PQqUC-0002zs-IP for openembedded-devel@lists.openembedded.org; Fri, 10 Dec 2010 01:05:21 +0100 Received: (qmail 20531 invoked by uid 1003); 10 Dec 2010 00:03:48 -0000 Received: from pool-74-107-167-114.ronkva.east.verizon.net (HELO ?192.168.1.167?) (philip@opensdr.com@74.107.167.114) by mail.geekisp.com with (DHE-RSA-AES256-SHA encrypted) SMTP; 10 Dec 2010 00:03:48 -0000 Message-ID: <4D016E63.5040301@balister.org> Date: Thu, 09 Dec 2010 19:03:47 -0500 From: Philip Balister User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.12) Gecko/20101103 Fedora/1.0-0.33.b2pre.fc14 Thunderbird/3.1.6 MIME-Version: 1.0 To: openembedded-devel@lists.openembedded.org X-SA-Exim-Connect-IP: 216.168.135.166 X-SA-Exim-Mail-From: philip@balister.org X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on discovery X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 X-SA-Exim-Version: 4.2.1 (built Wed, 25 Jun 2008 17:20:07 +0000) X-SA-Exim-Scanned: Yes (on linuxtogo.org) Subject: i2c-dev.h header file 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: Fri, 10 Dec 2010 00:05:21 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit It turns out i2c-dev.h is being staged by two bb files. I assume the correct copy comes from the kernel headers file. The i2c-tools package is also staging a copy that over writes this one. This causes a problem with the uhd build. I'd like to stop the i2c-tools package from staging that header. I think this is the proper solution. Installing i2c-tools on my desktop did not install this header anywhere and there was no corresponding dev package. Thoughts? If there are no objections I will implement this in the morning. Philip