]> code.ossystems Code Review - openembedded-core.git/commit
classes/packagehistory: fix and extend
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Mon, 21 Nov 2011 16:49:25 +0000 (16:49 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 5 Dec 2011 16:23:27 +0000 (16:23 +0000)
commit09f79dd245ab82bf105b6efeb1dfbf2d180d9fc8
treee374ffdc5dc83ded8f3981aca253dbd1d5bcbc52
parent656793c706d84460f397b10ceb23ebb721ed3960
classes/packagehistory: fix and extend

* Replace use of BASEPKG_TARGET_SYS which is no longer available
* Replace use of bb.data.getVar(...,d) with d.getVar(...)
* Change the file structure - use single files within PN/package subdirs
  rather than having a subdir level for each part of the version. There
  is a set of files for each recipe and for each package in directories
  underneath.
* Record more information - PACKAGES, DEPENDS, RDEPENDS, RRECOMMENDS,
  FILES, and the total size and a complete list of the packaged files.
* Record the values in simple text format. The "latest" file, rather
  than a symlink has been changed to a copy of the latest file so that
  if it is tracked in a VCS repository (e.g. git) you can compare it
  easily to the previous version.

Implements [YOCTO #1565].

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
meta/classes/packagehistory.bbclass