Re: [OE-core] [PATCH] insane.bbclass: Add missing R* variables to pkgvarcheck

2013-05-02 Thread Phil Blundell
On Thu, 2013-05-02 at 11:36 +0100, Paul Eggleton wrote: > On Thursday 02 May 2013 11:16:30 Phil Blundell wrote: > > 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. The

Re: [OE-core] [PATCH] insane.bbclass: Add missing R* variables to pkgvarcheck

2013-05-02 Thread Paul Eggleton
On Thursday 02 May 2013 11:16:30 Phil Blundell wrote: > 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. recipe_sanity.b

Re: [OE-core] [PATCH] insane.bbclass: Add missing R* variables to pkgvarcheck

2013-05-02 Thread Phil Blundell
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. ___ Openembedded-core mailing

[OE-core] [PATCH] insane.bbclass: Add missing R* variables to pkgvarcheck

2013-02-06 Thread Martin Jansa
* check also RSUGGESTS, RCONFLICTS, RPROVIDES, RREPLACES Signed-off-by: Martin Jansa --- meta/classes/insane.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass index 58fc70c..d285e56 100644 --- a/meta/classes/insa