classes/buildhistory: remove redundant package history checking stub

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.

(From OE-Core rev: 5c8d583a12c507788c746637d5b4ddea62b0a629)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Paul Eggleton 2012-01-05 17:37:51 +00:00 committed by Richard Purdie
parent 6542028f3f
commit 9beabe35f8
1 changed files with 0 additions and 11 deletions

View File

@ -182,21 +182,10 @@ python buildhistory_emit_pkghistory() {
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")