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 1UXqqF-0006Do-L5 for openembedded-core@lists.openembedded.org; Thu, 02 May 2013 12:34:24 +0200 Received: from cpc6-cmbg17-2-0-cust487.5-4.cable.virginmedia.com ([86.30.57.232] helo=[172.30.1.45]) by hetzner.pbcl.net with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.72) (envelope-from ) id 1UXqYy-0000Gh-Ch; Thu, 02 May 2013 12:16:32 +0200 Message-ID: <1367489790.14512.235.camel@phil-desktop.brightsign> From: Phil Blundell To: Martin Jansa Date: Thu, 02 May 2013 11:16:30 +0100 In-Reply-To: <1360157122-5181-1-git-send-email-Martin.Jansa@gmail.com> References: <1360157122-5181-1-git-send-email-Martin.Jansa@gmail.com> X-Mailer: Evolution 3.4.4-1 Mime-Version: 1.0 Cc: openembedded-core@lists.openembedded.org Subject: Re: [PATCH] insane.bbclass: Add missing R* variables to pkgvarcheck 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: Thu, 02 May 2013 10:34:32 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Wed, 2013-02-06 at 14:25 +0100, Martin Jansa wrote: > * check also RSUGGESTS, RCONFLICTS, RPROVIDES, RREPLACES These are already checked by recipe_sanity.bbclass. There's probably no need to check them again here. p.