Skip to content
Snippets Groups Projects
Commit d2bb7ec7 authored by Pavel Zhukov's avatar Pavel Zhukov Committed by Marta Rybczynska
Browse files

podman: Drop upstreamed changed


Patch has been merged upstream:
* 6063ad1 : podman: Rename podman-rootless.conf sysctl file to aid
  overrides - Andrei Gherzan

Signed-off-by: default avatarPavel Zhukov <pavel.zhukov@huawei.com>
parent fdcaa00e
No related branches found
No related tags found
1 merge request!290default.xml: Bump upstream revisions
...@@ -6,11 +6,3 @@ inherit writables ...@@ -6,11 +6,3 @@ inherit writables
WRITABLES = "rootuser-netconfig" WRITABLES = "rootuser-netconfig"
WRITABLE_PATH[rootuser-netconfig] = "/etc/cni/net.d" WRITABLE_PATH[rootuser-netconfig] = "/etc/cni/net.d"
do_install:append() {
if ${@bb.utils.contains('PACKAGECONFIG', 'rootless', 'true', 'false', d)}; then
# Make sure that the Oniro defaults gets overridden by this.
mv "${D}${sysconfdir}/sysctl.d/00-podman-rootless.conf" \
"${D}${sysconfdir}/sysctl.d/50-podman-rootless.conf"
fi
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment