]> code.ossystems Code Review - openembedded-core.git/commitdiff
classes/buildhistory: remove redundant package history checking stub
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Thu, 5 Jan 2012 17:37:51 +0000 (17:37 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 6 Jan 2012 11:27:26 +0000 (11:27 +0000)
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>
meta/classes/buildhistory.bbclass

index f61890328f18e6b502863a03342fbb9a0f160367..34cc2979097ed1b28ccd2ed2a4c76018b6ddaa8b 100644 (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")