diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-03-21 08:52:22 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-03-21 09:49:12 -0400 |
| commit | ceae7b66486345ed68a9e8749b6dbf7956ed543b (patch) | |
| tree | 4c8c98a35d32dbef4a1f4530bfdc30d684f340e4 | |
| parent | 2890f194466f77da72c2eb13130bb32064a9c2e8 (diff) | |
| download | meta-virtualization-ceae7b66486345ed68a9e8749b6dbf7956ed543b.tar.gz | |
docker-runc: drop docker RRECOMMENDS
runc shouldn't be RRECOMMENDing docker, since it is already
a RDEPENDS of docker. If we have this RRECOMMEND, you cannot
easily vary the docker and docker-ce packages with this runc
variant.
We could restore this RRECOMMEND in the future if a virtual/docker
dependency is introduced.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
| -rw-r--r-- | recipes-containers/runc/runc-docker_git.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes-containers/runc/runc-docker_git.bb b/recipes-containers/runc/runc-docker_git.bb index 4eb2d078..8b70fa72 100644 --- a/recipes-containers/runc/runc-docker_git.bb +++ b/recipes-containers/runc/runc-docker_git.bb | |||
| @@ -1,7 +1,5 @@ | |||
| 1 | include runc.inc | 1 | include runc.inc |
| 2 | 2 | ||
| 3 | RRECOMMENDS_${PN} = "lxc docker" | ||
| 4 | |||
| 5 | # Note: this rev is before the required protocol field, update when all components | 3 | # Note: this rev is before the required protocol field, update when all components |
| 6 | # have been updated to match. | 4 | # have been updated to match. |
| 7 | SRCREV_runc-docker = "6635b4f0c6af3810594d2770f662f34ddc15b40d" | 5 | SRCREV_runc-docker = "6635b4f0c6af3810594d2770f662f34ddc15b40d" |
