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 1RXbBq-00066z-0X for openembedded-core@lists.openembedded.org; Mon, 05 Dec 2011 17:14:50 +0100 Received: from localhost (localhost [127.0.0.1]) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id pB5G83Ox023764 for ; Mon, 5 Dec 2011 16:08:03 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 23185-03 for ; Mon, 5 Dec 2011 16:07:59 +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 pB5G7u50023758 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 5 Dec 2011 16:07:57 GMT Message-ID: <1323101286.25960.95.camel@ted> From: Richard Purdie To: Patches and discussions about the oe-core layer Date: Mon, 05 Dec 2011 16:08:06 +0000 In-Reply-To: <1323029354-14952-1-git-send-email-msm@freescale.com> References: <1323029354-14952-1-git-send-email-msm@freescale.com> X-Mailer: Evolution 3.2.1- Mime-Version: 1.0 X-Virus-Scanned: amavisd-new at rpsys.net Subject: Re: [PATCH] openjade-native_1.3.2.bb: remove CONFIGUREOPTS as vardep for do_configure 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: Mon, 05 Dec 2011 16:14:50 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Sun, 2011-12-04 at 14:09 -0600, Matthew McClintock wrote: > This variable was being expanded immediately and pulling in > paths to the variable dependecies which causes it's sstate-cache > to never be reused > > Signed-off-by: Matthew McClintock > --- > .../openjade/openjade-native_1.3.2.bb | 5 +++++ > 1 files changed, 5 insertions(+), 0 deletions(-) Merged to master, thanks. Richard