From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from dan.rpsys.net ([93.97.175.187]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1R6cVY-00024h-Bj for openembedded-core@lists.openembedded.org; Thu, 22 Sep 2011 08:11:40 +0200 Received: from localhost (dan.rpsys.net [127.0.0.1]) by dan.rpsys.net (8.14.2/8.14.2/Debian-2build1) with ESMTP id p8M6CY67023482; Thu, 22 Sep 2011 07:12:34 +0100 X-Virus-Scanned: Debian amavisd-new at dan.rpsys.net Received: from dan.rpsys.net ([127.0.0.1]) by localhost (dan.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id EEHauqrpC7+K; Thu, 22 Sep 2011 07:12:34 +0100 (BST) Received: from [10.251.10.153] ([192.102.205.10]) (authenticated bits=0) by dan.rpsys.net (8.14.2/8.14.2/Debian-2build1) with ESMTP id p8M6CR3i023404 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 22 Sep 2011 07:12:31 +0100 From: Richard Purdie To: Patches and discussions about the oe-core layer Date: Thu, 22 Sep 2011 07:06:06 +0100 In-Reply-To: <1316630404-10336-1-git-send-email-dbaryshkov@gmail.com> References: <1316630404-10336-1-git-send-email-dbaryshkov@gmail.com> X-Mailer: Evolution 3.1.91- Message-ID: <1316671579.13622.32.camel@ted> Mime-Version: 1.0 Cc: Dmitry Eremin-Solenikov Subject: Re: [PATCH 01/17] icecc-create-env: rename to -native X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Sep 2011 06:11:40 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Wed, 2011-09-21 at 22:39 +0400, Dmitry Eremin-Solenikov wrote: > icecc-create-env(-native) is a native package. But if it doesn't have > the -native suffix, some dependency tracking stuff in oe-core (in > nativesdk.bbclass) get's crazy about it, trying to generate dependencies > to icecc-create-env-native packages. To fix that simply add -native > suffix to this package. > > Signed-off-by: Dmitry Eremin-Solenikov > --- Thanks for some great cleanups. I've merged most of this to master, except where there has been feedback/discussion. Cheers, Richard