summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/classes/go-vendor.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/go-vendor.bbclass b/meta/classes/go-vendor.bbclass
index 48f4d1041c..1bbb99ac79 100644
--- a/meta/classes/go-vendor.bbclass
+++ b/meta/classes/go-vendor.bbclass
@@ -48,7 +48,7 @@ python do_vendor_unlink() {
48 os.unlink(linkname) 48 os.unlink(linkname)
49} 49}
50 50
51addtask vendor_unlink before do_install after do_compile 51addtask vendor_unlink before do_package after do_install
52 52
53python do_go_vendor() { 53python do_go_vendor() {
54 import shutil 54 import shutil