diff options
Diffstat (limited to 'recipes-devtools/go/go-build_git.bb')
-rw-r--r-- | recipes-devtools/go/go-build_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/go/go-build_git.bb b/recipes-devtools/go/go-build_git.bb index 75ea40a8..c0253298 100644 --- a/recipes-devtools/go/go-build_git.bb +++ b/recipes-devtools/go/go-build_git.bb | |||
@@ -7,7 +7,7 @@ SRCREV_runc = "1e7bb5b773162b57333d57f612fd72e3f8612d94" | |||
7 | 7 | ||
8 | SRCREV_FORMAT = "runx_runc" | 8 | SRCREV_FORMAT = "runx_runc" |
9 | SRC_URI = "\ | 9 | SRC_URI = "\ |
10 | git://github.com/lf-edge/runx;nobranch=1;name=runx;protocol=https \ | 10 | git://github.com/lf-edge/runx;nobranch=1;name=runx;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} \ |
11 | git://github.com/opencontainers/runc;branch=release-1.1;name=runc;protocol=https;destsuffix=git/src/import/gobuild/go/src/github.com/opencontainers/runc \ | 11 | git://github.com/opencontainers/runc;branch=release-1.1;name=runc;protocol=https;destsuffix=git/src/import/gobuild/go/src/github.com/opencontainers/runc \ |
12 | file://0001-build-use-instead-of-go.patch \ | 12 | file://0001-build-use-instead-of-go.patch \ |
13 | " | 13 | " |