summaryrefslogtreecommitdiffstats
path: root/meta/classes/packagehistory.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/packagehistory.bbclass')
-rw-r--r--meta/classes/packagehistory.bbclass5
1 files changed, 0 insertions, 5 deletions
diff --git a/meta/classes/packagehistory.bbclass b/meta/classes/packagehistory.bbclass
index 185ab545ff..492bbac218 100644
--- a/meta/classes/packagehistory.bbclass
+++ b/meta/classes/packagehistory.bbclass
@@ -61,8 +61,6 @@ python emit_pkghistory() {
61 61
62 62
63def check_pkghistory(pkg, pe, pv, pr, lastversion): 63def check_pkghistory(pkg, pe, pv, pr, lastversion):
64 import bb
65
66 (last_pe, last_pv, last_pr) = lastversion 64 (last_pe, last_pv, last_pr) = lastversion
67 65
68 bb.debug(2, "Checking package history") 66 bb.debug(2, "Checking package history")
@@ -72,7 +70,6 @@ def check_pkghistory(pkg, pe, pv, pr, lastversion):
72 70
73 71
74def write_pkghistory(pkg, pe, pv, pr, d): 72def write_pkghistory(pkg, pe, pv, pr, d):
75 import bb, os
76 bb.debug(2, "Writing package history") 73 bb.debug(2, "Writing package history")
77 74
78 pkghistdir = bb.data.getVar('PKGHIST_DIR', d, True) 75 pkghistdir = bb.data.getVar('PKGHIST_DIR', d, True)
@@ -82,8 +79,6 @@ def write_pkghistory(pkg, pe, pv, pr, d):
82 os.makedirs(verpath) 79 os.makedirs(verpath)
83 80
84def write_latestlink(pkg, pe, pv, pr, d): 81def write_latestlink(pkg, pe, pv, pr, d):
85 import bb, os
86
87 pkghistdir = bb.data.getVar('PKGHIST_DIR', d, True) 82 pkghistdir = bb.data.getVar('PKGHIST_DIR', d, True)
88 83
89 def rm_link(path): 84 def rm_link(path):