The code that would have gone here has been superseded by the
buildhistory analysis functionality implemented in
meta/lib/oe/buildhistory_analysis.py and scripts/buildhistory-diff, so
remove it.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
write_pkghistory(pkginfo, d)
- if lastversion:
- check_pkghistory(pkginfo, lastversion)
-
write_latestlink(pkg, pe, pv, pr, d)
}
-def check_pkghistory(pkginfo, lastversion):
-
- bb.debug(2, "Checking package history")
- # RDEPENDS removed?
- # PKG changed?
- # Each file list of each package for file removals?
-
-
def write_recipehistory(rcpinfo, d):
bb.debug(2, "Writing recipe history")