diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-10-21 18:59:33 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-10-21 19:17:56 -0400 |
commit | 0429ecbcd86d0fb6679a1b453d9db4ba0562269e (patch) | |
tree | 9980b88d0be9a375ae06af01f44894ba28f0fbd1 /recipes-core/runx | |
parent | abf248bd38bc25ff67fd30b0f0ebd5c9764324b0 (diff) | |
download | meta-virtualization-0429ecbcd86d0fb6679a1b453d9db4ba0562269e.tar.gz |
podman: add rdepend on nsenter
Podman requires nsenter (for obvious reasons) .. and while this
dependency is normally satisfied on images (via busybox), it is
possible to build a minimal container image that excludes
busybox .. and hence will not have nsenter present.
Rather than making this a hard rdepends on util-linux-nsenter,
we use a variable: VIRTUAL-RUNTIME_base-utils-nsenter, which
can either be set to busybox or util-linux-nsenter (the current
default).
The VIRTUAL-RUNTIME_base-utils- format follows similarly named
OEcore providers and variables .. which the exception that there
is no entry in the preferred providers file there, and there's
no package created called busybox-nsenter (but perhaps there
could be in the future).
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-core/runx')
0 files changed, 0 insertions, 0 deletions