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() { os.unlink(linkname) } -addtask vendor_unlink before do_install after do_compile +addtask vendor_unlink before do_package after do_install python do_go_vendor() { import shutil