On Fri, 2012-01-20 at 16:19 +, Richard Purdie wrote:
> +
> +class SignatureGeneratorOEBasic(bb.siggen.SignatureGeneratorBasic):
> +name = "OEBasic"
> +def init_rundepcheck(self, data):
> +pass
> +def rundep_check(self, fn, recipename, task, dep, depname):
> +return s
This patch adds SignatureGenerator classes specific to OE. For now,
these emulate the previous behaviour with the exception that
dependencies on quilt-native are now ignored for checksum purposes.
The intent is to allow easier experimentation and customisation of
this code in future as a result o