]> code.ossystems Code Review - openembedded-core.git/commit
classes/buildhistory: save preinst/postinst/prerm/postrm
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Thu, 2 Aug 2012 09:23:04 +0000 (10:23 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 6 Aug 2012 14:27:54 +0000 (15:27 +0100)
commit988a417c857c01c87de6ba9602968059cf8d830f
tree5f0b242a0c1e71e172340066c3c0097fcae0d9bd
parent22bf6284576ccee607d7bd197420a29242df11c0
classes/buildhistory: save preinst/postinst/prerm/postrm

Write the value of these package script variables into the packageinfo
so that any changes to them can be tracked (in separate files since they
are multi-line).

Inspired by an earlier patch from Andreas Müller <schnitzeltony@googlemail.com>

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