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 1RXbD2-0006BP-PN for openembedded-core@lists.openembedded.org; Mon, 05 Dec 2011 17:16:04 +0100 Received: from localhost (localhost [127.0.0.1]) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id pB5G9FK3023824 for ; Mon, 5 Dec 2011 16:09:15 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-04 for ; Mon, 5 Dec 2011 16:09:10 +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 pB5G952M023818 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 5 Dec 2011 16:09:06 GMT Message-ID: <1323101356.25960.96.camel@ted> From: Richard Purdie To: Patches and discussions about the oe-core layer Date: Mon, 05 Dec 2011 16:09:16 +0000 In-Reply-To: <1322851144-6988-1-git-send-email-Martin.Jansa@gmail.com> References: <1322844163.25960.10.camel@ted> <1322851144-6988-1-git-send-email-Martin.Jansa@gmail.com> X-Mailer: Evolution 3.2.1- Mime-Version: 1.0 X-Virus-Scanned: amavisd-new at rpsys.net Subject: Re: [PATCHv2] bitbake.conf: add default PRINC 0 to be able to increment it 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:16:05 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Fri, 2011-12-02 at 19:39 +0100, Martin Jansa wrote: > Signed-off-by: Martin Jansa > --- > meta/classes/base.bbclass | 2 +- > meta/conf/bitbake.conf | 1 + > 2 files changed, 2 insertions(+), 1 deletions(-) Merged to master, thanks. Richard