From 9beabe35f8506c6485b5fc318393d53fd391f819 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Thu, 5 Jan 2012 17:37:51 +0000 Subject: 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 Signed-off-by: Richard Purdie --- meta/classes/buildhistory.bbclass | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'meta/classes/buildhistory.bbclass') diff --git a/meta/classes/buildhistory.bbclass b/meta/classes/buildhistory.bbclass index f61890328f..34cc297909 100644 --- a/meta/classes/buildhistory.bbclass +++ b/meta/classes/buildhistory.bbclass @@ -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") -- cgit v1.2.3-54-g00ecf