recipe_sanity.bbclass: add initial recipe sanity checker.
authorChris Larson <clarson@mvista.com>
Wed, 10 Jun 2009 15:36:57 +0000 (08:36 -0700)
committerChris Larson <clarson@mvista.com>
Wed, 10 Jun 2009 15:36:59 +0000 (08:36 -0700)
commit8604f603321ce63ea5dc94334153af0841145fc6
tree6301c6e7a23cd11f53feb40a596d68442ed0778f
parentd302cb3796aea6f77e3a32ae2e5d6c807ddbbcd0
recipe_sanity.bbclass: add initial recipe sanity checker.

Currently just checks for variables which the recipe can avoid defining, as
the values end up the same as the defaults.  Formerly known as kergoth_sanity,
but we all know such a thing is mythical ;)

Signed-off-by: Chris Larson <clarson@mvista.com>
classes/recipe_sanity.bbclass [new file with mode: 0644]