bitbake: lib/bb/siggen.py: insert a colon between class and recipe name
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Mon, 27 Aug 2012 20:44:33 +0000 (21:44 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 7 Sep 2012 11:10:44 +0000 (12:10 +0100)
commitf72de084b0a9d73dfdae0f507e92c57dad1d67d9
tree0f81bdb2b6b35e0861f2cef7f2623b38bc87b367
parent83a1ac6aa9e1d6008b57a9d78a95a00ff0ac435b
bitbake: lib/bb/siggen.py: insert a colon between class and recipe name

before:
  virtual:nativeautomake_1.12.1.bb.do_compile
after:
  virtual:native:automake_1.12.1.bb.do_compile

This separation ensures that the key is readable, and if necessary,
parsable.

Unfortunately this invalidates previous native sstate signatures with
OE-Core - not much that can be done about that; however that occurs
frequently during the development cycle so it's par for the course.

(Bitbake rev: 5b96c32dad256090e9bda5af0f80c7dbcc90bde8)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/siggen.py