From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.pbcl.net ([88.198.119.4] helo=hetzner.pbcl.net) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1SlpO6-0005Vg-CX for openembedded-core@lists.openembedded.org; Tue, 03 Jul 2012 00:46:34 +0200 Received: from blundell.swaffham-prior.co.uk ([91.216.112.25] helo=[192.168.114.6]) by hetzner.pbcl.net with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.72) (envelope-from ) id 1SlpDT-0000lW-DC for openembedded-core@lists.openembedded.org; Tue, 03 Jul 2012 00:35:35 +0200 Message-ID: <1341268444.2886.46.camel@x121e.pbcl.net> From: Phil Blundell To: Patches and discussions about the oe-core layer Date: Mon, 02 Jul 2012 23:34:04 +0100 In-Reply-To: <1341268076-1331-1-git-send-email-sgw@linux.intel.com> References: <1341268076-1331-1-git-send-email-sgw@linux.intel.com> X-Mailer: Evolution 3.2.2-1 Mime-Version: 1.0 Subject: Re: [RFC] package.bbclass: enable the use of ERROR_QA 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, 02 Jul 2012 22:46:34 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Mon, 2012-07-02 at 15:27 -0700, Saul Wold wrote: > + if "installed_vs_shipped" in = (d.getVar('INSANE_SKIP_' + pn, True) or "").split() > + bb.note("Package %s skipping Packging installed vs shipped QA test" % pn) > + continue Does that actually compile? It doesn't look entirely like valid python to me. p.