From: Paul Eggleton Date: Thu, 5 Jan 2012 17:37:51 +0000 (+0000) Subject: classes/buildhistory: remove redundant package history checking stub X-Git-Tag: yocto-4.0~38520 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5c8d583a12c507788c746637d5b4ddea62b0a629;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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. Signed-off-by: Paul Eggleton --- diff --git a/meta/classes/buildhistory.bbclass b/meta/classes/buildhistory.bbclass index f61890328f1..34cc2979097 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")