From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [78.47.116.26] (helo=drlauer-research.com) by linuxtogo.org with esmtp (Exim 4.69) (envelope-from ) id 1N0Z6F-0000h7-MU for openembedded-devel@lists.openembedded.org; Wed, 21 Oct 2009 13:11:30 +0200 Received: from [192.168.1.12] (dialbs-092-079-168-007.static.arcor-ip.net [92.79.168.7]) by drlauer-research.com (Postfix) with ESMTP id 9BC65584AE1 for ; Wed, 21 Oct 2009 13:54:36 +0200 (CEST) From: Michael 'Mickey' Lauer To: openembedded-devel@lists.openembedded.org In-Reply-To: <200910211303.49278.holger+oe@freyther.de> References: <200910211303.49278.holger+oe@freyther.de> Organization: Vanille-Media Date: Wed, 21 Oct 2009 13:10:28 +0200 Message-Id: <1256123428.14897.18.camel@opal> Mime-Version: 1.0 X-Mailer: Evolution 2.26.1 X-SA-Exim-Connect-IP: 78.47.116.26 X-SA-Exim-Mail-From: mickey@vanille-media.de X-SA-Exim-Version: 4.2.1 (built Wed, 25 Jun 2008 17:20:07 +0000) X-SA-Exim-Scanned: No (on linuxtogo.org); Unknown failure Subject: Re: SCM fetched recipes without a SRCREV - e.g. libgee-native X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Oct 2009 11:11:30 -0000 Content-Type: text/plain Content-Transfer-Encoding: 7bit > 1.) bitbake -cfetchall task > > then remove network and > > 2.) bitbake task... > > if that is not the case we suck. Agreed. Perhaps it's really time to add some git commit checks as things like the presence of a SRCREV_pn entry in sane-srcrev.inc can easily be checked. :M: