[oe-commits] Paul Eggleton : classes/buildhistory: remove redundant package history checking stub

git at git.openembedded.org git at git.openembedded.org
Fri Jan 6 12:19:19 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 5c8d583a12c507788c746637d5b4ddea62b0a629
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=5c8d583a12c507788c746637d5b4ddea62b0a629

Author: Paul Eggleton <paul.eggleton at linux.intel.com>
Date:   Thu Jan  5 17:37:51 2012 +0000

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 <paul.eggleton at linux.intel.com>

---

 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")
 





More information about the Openembedded-commits mailing list