app-admin/updateservicectl: set COREOS_GO111MODULE to off

app-admin/updateservicectl also belongs to the cases where Go module is
not supported due to its old source code.
This commit is contained in:
Dongsu Park 2021-04-19 14:41:13 +02:00
parent f9ff6599a9
commit 3fb5511b30

View File

@ -6,6 +6,7 @@ CROS_WORKON_PROJECT="flatcar-linux/updateservicectl"
CROS_WORKON_LOCALNAME="updateservicectl"
CROS_WORKON_REPO="git://github.com"
COREOS_GO_PACKAGE="github.com/coreos/updateservicectl"
COREOS_GO_GO111MODULE="off"
inherit cros-workon coreos-go
if [[ "${PV}" == 9999 ]]; then