diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2022-12-07 16:40:04 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2022-12-07 16:40:04 -0500 |
| commit | d3acb1a378e644fe2784a8357390b19695640f78 (patch) | |
| tree | 7d80c068ec2b9755f008f265f1fb18c688c76bf6 /recipes-containers/docker/docker-moby_git.bb | |
| parent | e675e3ebbfaf42686076fdf31562d499e3f6d189 (diff) | |
| download | meta-virtualization-d3acb1a378e644fe2784a8357390b19695640f78.tar.gz | |
docker/moby: use generic DOCKER_COMMIT in do_compile
do_compile() is shared and shouldn't have been using SRCREV_moby
as that is obviously only set in the moby recipe.
Switch to using a generic DOCKER_COMMIT variable and set it in
both docker_moby and docker-ce.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers/docker/docker-moby_git.bb')
| -rw-r--r-- | recipes-containers/docker/docker-moby_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-containers/docker/docker-moby_git.bb b/recipes-containers/docker/docker-moby_git.bb index 2bd930c6..f2599cf3 100644 --- a/recipes-containers/docker/docker-moby_git.bb +++ b/recipes-containers/docker/docker-moby_git.bb | |||
| @@ -48,6 +48,8 @@ SRC_URI = "\ | |||
| 48 | file://0001-dynbinary-use-go-cross-compiler.patch \ | 48 | file://0001-dynbinary-use-go-cross-compiler.patch \ |
| 49 | " | 49 | " |
| 50 | 50 | ||
| 51 | DOCKER_COMMIT = "${SRCREV_moby}" | ||
| 52 | |||
| 51 | require docker.inc | 53 | require docker.inc |
| 52 | 54 | ||
| 53 | # Apache-2.0 for docker | 55 | # Apache-2.0 for docker |
