diff options
-rw-r--r-- | recipes-containers/podman/podman/50-podman-rootless.conf (renamed from recipes-containers/podman/podman/00-podman-rootless.conf) | 0 | ||||
-rw-r--r-- | recipes-containers/podman/podman_git.bb | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-containers/podman/podman/00-podman-rootless.conf b/recipes-containers/podman/podman/50-podman-rootless.conf index aaede0e1..aaede0e1 100644 --- a/recipes-containers/podman/podman/00-podman-rootless.conf +++ b/recipes-containers/podman/podman/50-podman-rootless.conf | |||
diff --git a/recipes-containers/podman/podman_git.bb b/recipes-containers/podman/podman_git.bb index 9b92094c..e9991920 100644 --- a/recipes-containers/podman/podman_git.bb +++ b/recipes-containers/podman/podman_git.bb | |||
@@ -22,7 +22,7 @@ SRC_URI = " \ | |||
22 | git://github.com/containers/libpod.git;branch=v4.1;protocol=https \ | 22 | git://github.com/containers/libpod.git;branch=v4.1;protocol=https \ |
23 | file://0001-Rename-BUILDFLAGS-to-GOBUILDFLAGS.patch;patchdir=src/import \ | 23 | file://0001-Rename-BUILDFLAGS-to-GOBUILDFLAGS.patch;patchdir=src/import \ |
24 | file://0002-Define-ActKillThread-equal-to-ActKill.patch;patchdir=src/import/vendor/github.com/seccomp/libseccomp-golang \ | 24 | file://0002-Define-ActKillThread-equal-to-ActKill.patch;patchdir=src/import/vendor/github.com/seccomp/libseccomp-golang \ |
25 | ${@bb.utils.contains('PACKAGECONFIG', 'rootless', 'file://00-podman-rootless.conf', '', d)} \ | 25 | ${@bb.utils.contains('PACKAGECONFIG', 'rootless', 'file://50-podman-rootless.conf', '', d)} \ |
26 | " | 26 | " |
27 | 27 | ||
28 | LICENSE = "Apache-2.0" | 28 | LICENSE = "Apache-2.0" |
@@ -105,7 +105,7 @@ do_install() { | |||
105 | 105 | ||
106 | if ${@bb.utils.contains('PACKAGECONFIG', 'rootless', 'true', 'false', d)}; then | 106 | if ${@bb.utils.contains('PACKAGECONFIG', 'rootless', 'true', 'false', d)}; then |
107 | install -d "${D}${sysconfdir}/sysctl.d" | 107 | install -d "${D}${sysconfdir}/sysctl.d" |
108 | install -m 0644 "${WORKDIR}/00-podman-rootless.conf" "${D}${sysconfdir}/sysctl.d" | 108 | install -m 0644 "${WORKDIR}/50-podman-rootless.conf" "${D}${sysconfdir}/sysctl.d" |
109 | fi | 109 | fi |
110 | } | 110 | } |
111 | 111 | ||