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 1TA1kc-0003M7-17 for openembedded-core@lists.openembedded.org; Fri, 07 Sep 2012 18:49:50 +0200 Received: from localhost (localhost [127.0.0.1]) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id q87GbOhG031258; Fri, 7 Sep 2012 17:37:24 +0100 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 31060-02; Fri, 7 Sep 2012 17:37:20 +0100 (BST) 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 q87GbGEn031251 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO); Fri, 7 Sep 2012 17:37:17 +0100 Message-ID: <1347035836.8619.20.camel@ted> From: Richard Purdie To: Mark Hatle Date: Fri, 07 Sep 2012 17:37:16 +0100 In-Reply-To: <504A21A5.7000309@windriver.com> References: <1347033943.8619.0.camel@ted> <504A21A5.7000309@windriver.com> X-Mailer: Evolution 3.2.3-0ubuntu6 Mime-Version: 1.0 X-Virus-Scanned: amavisd-new at rpsys.net Cc: openembedded-core@lists.openembedded.org Subject: Re: [PATCH] autotools.bbclass: Add functionality to force a distclean when reconfiguring X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list 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, 07 Sep 2012 16:49:50 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Fri, 2012-09-07 at 11:32 -0500, Mark Hatle wrote: > I'm curious, is there any [easy] way we can force a rerun of configure as a test > pass over the system? rm tmp/stamps/*/*do_configure* along with a rename of the sstate cache so it doesn't get used. > I'd like a way to verify that both this patch works as expected, and future > recipes work as expected. (It would also be nice to test the things that don't > use the autotools.bbclass..) Cheers, Richard