diff options
| -rw-r--r-- | 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 f61890328f..34cc297909 100644 --- a/meta/classes/buildhistory.bbclass +++ b/meta/classes/buildhistory.bbclass | |||
| @@ -182,21 +182,10 @@ python buildhistory_emit_pkghistory() { | |||
| 182 | 182 | ||
| 183 | write_pkghistory(pkginfo, d) | 183 | write_pkghistory(pkginfo, d) |
| 184 | 184 | ||
| 185 | if lastversion: | ||
| 186 | check_pkghistory(pkginfo, lastversion) | ||
| 187 | |||
| 188 | write_latestlink(pkg, pe, pv, pr, d) | 185 | write_latestlink(pkg, pe, pv, pr, d) |
| 189 | } | 186 | } |
| 190 | 187 | ||
| 191 | 188 | ||
| 192 | def check_pkghistory(pkginfo, lastversion): | ||
| 193 | |||
| 194 | bb.debug(2, "Checking package history") | ||
| 195 | # RDEPENDS removed? | ||
| 196 | # PKG changed? | ||
| 197 | # Each file list of each package for file removals? | ||
| 198 | |||
| 199 | |||
| 200 | def write_recipehistory(rcpinfo, d): | 189 | def write_recipehistory(rcpinfo, d): |
| 201 | bb.debug(2, "Writing recipe history") | 190 | bb.debug(2, "Writing recipe history") |
| 202 | 191 | ||
