| Submitter | Saul Wold |
|---|---|
| Date | Jan. 6, 2012, 7:56 a.m. |
| Message ID | <f14d4e374cbe6fa2608e7bba3c4934c5326c3928.1325836241.git.sgw@linux.intel.com> |
| Download | mbox | patch |
| Permalink | /patch/18553/ |
| State | New |
| Headers | show |
Comments
Patch
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")