From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from 93-97-173-237.zone5.bethere.co.uk ([93.97.173.237] helo=tim.rpsys.net) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1RZAIE-0007Gz-Lm for openembedded-core@lists.openembedded.org; Sat, 10 Dec 2011 00:55:55 +0100 Received: from localhost (localhost [127.0.0.1]) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id pB9Nn4HQ007687 for ; Fri, 9 Dec 2011 23:49:04 GMT Received: from tim.rpsys.net ([127.0.0.1]) by localhost (tim.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 07588-01 for ; Fri, 9 Dec 2011 23:49:00 +0000 (GMT) Received: from [192.168.3.10] ([192.168.3.10]) (authenticated bits=0) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id pB9NmsW3007681 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 9 Dec 2011 23:48:55 GMT Message-ID: <1323474545.5309.196.camel@ted> From: Richard Purdie To: Patches and discussions about the oe-core layer Date: Fri, 09 Dec 2011 23:49:05 +0000 In-Reply-To: References: <1323437428.5309.154.camel@ted> X-Mailer: Evolution 3.2.1- Mime-Version: 1.0 X-Virus-Scanned: amavisd-new at rpsys.net Subject: Re: [PATCH 6/8] [YOCTO #1776] license: manifest and license path 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: Fri, 09 Dec 2011 23:55:55 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Fri, 2011-12-09 at 11:57 -0800, Khem Raj wrote: > On Fri, Dec 9, 2011 at 5:30 AM, Richard Purdie > wrote: > > > > The above line is a bashism and is breaking builds with dash > > as /bin/sh :( > > I thought bashism was too deep in oe. I can certainly revert to using dash if > thats no longer the case. Dash works fine now, at least in all my tests, apart from this issue obviously. We droped the sanity check a while ago due to that. Cheers, Richard