Add initial signature.bbclass, which generates a hash of the recipe data
commit4e58c37e7d905d83140c79a83c89cad01f887ea2
authorChris Larson <chris_larson@mentor.com>
Mon, 19 Apr 2010 18:20:37 +0000 (19 11:20 -0700)
committerChris Larson <chris_larson@mentor.com>
Tue, 20 Apr 2010 00:47:29 +0000 (19 17:47 -0700)
tree1847e838982d13de43092b70c77d39cba961c48d
parentae8e15aedef94ba49e960f7aea10960657f3b9ae
Add initial signature.bbclass, which generates a hash of the recipe data

If the datastore has a 'hash' method, it will use that, otherwise it uses its
own implementation.  Datastore hashing will be added to bitbake master at some
point, to prepare for the move away from stamps.

Signed-off-by: Chris Larson <chris_larson@mentor.com>
classes/signature.bbclass [new file with mode: 0644]