classes/buildhistory: fix for sstate class change
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Tue, 9 Sep 2014 10:41:37 +0000 (11:41 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 10 Sep 2014 12:52:31 +0000 (13:52 +0100)
commit890e40114746b4cca6d4c06529e0bde39a2b7e8b
tree8dcce0b3a8031d19c8d007a5224b1c9456b2d97d
parentf458317198c40c72984a999c633fa849c2bced17
classes/buildhistory: fix for sstate class change

SSTATEPOSTINSTFUNCS is now set with = in sstate.bbclass, and because
the line here in buildhistory.bbclass ends up being parsed before that
we now need to use _append or the value we are adding will be wiped out.
This fixes buildhistory no longer recording package information since
OE-Core revision 9d659c6f20fa4a141b491c62a3ef0dfb1f896d9c.

(From OE-Core rev: b5c05b474554925524073023f3aac2532c87537f)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/buildhistory.bbclass