diff options
| -rw-r--r-- | recipes-containers/podman/podman_git.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-containers/podman/podman_git.bb b/recipes-containers/podman/podman_git.bb index 547bc4e7..961cd187 100644 --- a/recipes-containers/podman/podman_git.bb +++ b/recipes-containers/podman/podman_git.bb | |||
| @@ -93,6 +93,10 @@ do_install() { | |||
| 93 | if ${@bb.utils.contains('PACKAGECONFIG', 'docker', 'true', 'false', d)}; then | 93 | if ${@bb.utils.contains('PACKAGECONFIG', 'docker', 'true', 'false', d)}; then |
| 94 | oe_runmake install.docker DESTDIR="${D}" | 94 | oe_runmake install.docker DESTDIR="${D}" |
| 95 | fi | 95 | fi |
| 96 | |||
| 97 | # Silence docker emulation warnings. | ||
| 98 | mkdir -p ${D}/etc/containers | ||
| 99 | touch ${D}/etc/containers/nodocker | ||
| 96 | } | 100 | } |
| 97 | 101 | ||
| 98 | FILES:${PN} += " \ | 102 | FILES:${PN} += " \ |
