diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-06-27 10:59:43 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-07-07 11:42:27 -0400 |
| commit | cb2d486817aeda3047edc6c460c88b11ed80afe8 (patch) | |
| tree | 0fb02257bdd68fa2a97fc2337bf8a17719764969 /recipes-containers/runc | |
| parent | 485fb512b53a8c6c1d9658efe411f4b6229d2298 (diff) | |
| download | meta-virtualization-cb2d486817aeda3047edc6c460c88b11ed80afe8.tar.gz | |
runc: start removing 'opencontainers' reference
We've only had one type of runc for a while, this is another step
in the direction of moving to just 'runc' versus the old runc-<foo>
variants
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers/runc')
| -rw-r--r-- | recipes-containers/runc/runc_git.bb (renamed from recipes-containers/runc/runc-opencontainers_git.bb) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-containers/runc/runc-opencontainers_git.bb b/recipes-containers/runc/runc_git.bb index b84f666b..10109f25 100644 --- a/recipes-containers/runc/runc-opencontainers_git.bb +++ b/recipes-containers/runc/runc_git.bb | |||
| @@ -10,6 +10,7 @@ RUNC_VERSION = "1.2.0" | |||
| 10 | # for compatibility with existing RDEPENDS that have existed since | 10 | # for compatibility with existing RDEPENDS that have existed since |
| 11 | # runc-docker and runc-opencontainers were separate | 11 | # runc-docker and runc-opencontainers were separate |
| 12 | RPROVIDES:${PN} += "runc-docker" | 12 | RPROVIDES:${PN} += "runc-docker" |
| 13 | RPROVIDES:${PN} += "runc-opencontainers" | ||
| 13 | 14 | ||
| 14 | CVE_PRODUCT = "runc" | 15 | CVE_PRODUCT = "runc" |
| 15 | 16 | ||
