From patchwork Fri Jan 6 07:56:17 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [CONSOLIDATED, PULL, 06/25] classes/buildhistory: remove redundant package history checking stub Date: Fri, 06 Jan 2012 07:56:17 -0000 From: Saul Wold X-Patchwork-Id: 18553 Message-Id: To: openembedded-core@lists.openembedded.org From: Paul Eggleton 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 --- meta/classes/buildhistory.bbclass | 11 ----------- 1 files changed, 0 insertions(+), 11 deletions(-) diff --git a/meta/classes/buildhistory.bbclass b/meta/classes/buildhistory.bbclass index f618903..34cc297 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")