diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2022-12-12 08:58:56 +0100 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2022-12-22 10:28:09 -0500 |
| commit | 751ddf36776d43e931cb69e1e81bc396055be494 (patch) | |
| tree | a0de3e87884bacc665ac3a8407b7d7a01d4bf324 /recipes-containers/docker/docker-moby_git.bb | |
| parent | 51833d0e131155aeae563c08b892854265bd9a10 (diff) | |
| download | meta-virtualization-751ddf36776d43e931cb69e1e81bc396055be494.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 e687cecb..8a352908 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 |
