diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2023-08-29 02:12:18 +0000 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2023-08-29 02:18:10 +0000 |
commit | abf22f73d15fbf28d9e3ed0f7ae556d81f79433f (patch) | |
tree | 7a36b85af1f5e8b3467f9e6accd3aeafc23a8f20 | |
parent | 8fbf94bc9a4e3043a45813aee62a469cac6bc2f5 (diff) | |
download | meta-virtualization-abf22f73d15fbf28d9e3ed0f7ae556d81f79433f.tar.gz |
go-build: add SRCREV_FORMAT
Javier Tia reported that go-build is now in breach of the
oe-core requirement to have SRCREV_FORMAT when multiple
SCMs are used.
It should have always had this set, so we fix the build
by adding a format to track our two SCMs.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-devtools/go/go-build_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-devtools/go/go-build_git.bb b/recipes-devtools/go/go-build_git.bb index 2337c9e1..75ea40a8 100644 --- a/recipes-devtools/go/go-build_git.bb +++ b/recipes-devtools/go/go-build_git.bb | |||
@@ -5,6 +5,7 @@ DESCRIPTION = "Xen Runtime for OCI" | |||
5 | SRCREV_runx = "f24efd33fb18469e9cfe4d1bfe8e2c90ec8c4e93" | 5 | SRCREV_runx = "f24efd33fb18469e9cfe4d1bfe8e2c90ec8c4e93" |
6 | SRCREV_runc = "1e7bb5b773162b57333d57f612fd72e3f8612d94" | 6 | SRCREV_runc = "1e7bb5b773162b57333d57f612fd72e3f8612d94" |
7 | 7 | ||
8 | SRCREV_FORMAT = "runx_runc" | ||
8 | SRC_URI = "\ | 9 | SRC_URI = "\ |
9 | 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 \ |
10 | 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 \ |