summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGavvala, Kris <Kris.Gavvala@windriver.com>2026-04-27 13:48:56 -0700
committerBruce Ashfield <bruce.ashfield@gmail.com>2026-04-28 11:46:04 +0000
commit96403a227c4f099606ec23067ced224fb405da8f (patch)
treeb47d3b24203f24f74dfababe8552b14211f6a6dd
parent580e0f598d85749eeac0badfe3a2603d7f2f7828 (diff)
downloadmeta-virtualization-96403a227c4f099606ec23067ced224fb405da8f.tar.gz
lxc: delete extraneous PACKAGECONFIG[systemd] line
The PACKAGECONFIG[systemd] variable is assigned twice, with the second assignment overriding the first. This patch removes the unused assignment to avoid confusion. The duplication was introduced in an August 25, 2022 patch: 05f316f7 lxc: update to 5.x and meson Verfied that the build did not change after this deletion by checking the log files before and after and finding the same message: export systemd_system_unitdir="/usr/lib/systemd/system" export systemd_unitdir="/usr/lib/systemd" export systemd_user_unitdir="/usr/lib/systemd/user" Signed-off-by: Kris Gavvala <kris.gavvala@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-containers/lxc/lxc_git.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes-containers/lxc/lxc_git.bb b/recipes-containers/lxc/lxc_git.bb
index f08d793d..3de9a8e9 100644
--- a/recipes-containers/lxc/lxc_git.bb
+++ b/recipes-containers/lxc/lxc_git.bb
@@ -80,7 +80,6 @@ PACKAGECONFIG[apparmor] = "-Dapparmor=true,-Dapparmor=false,apparmor,apparmor"
80PACKAGECONFIG[templates] = ",,, ${PN}-templates" 80PACKAGECONFIG[templates] = ",,, ${PN}-templates"
81PACKAGECONFIG[selinux] = "-Dselinux=true,-Dselinux=false,libselinux,libselinux" 81PACKAGECONFIG[selinux] = "-Dselinux=true,-Dselinux=false,libselinux,libselinux"
82PACKAGECONFIG[seccomp] = "-Dseccomp=true,-Dseccomp=false,libseccomp,libseccomp" 82PACKAGECONFIG[seccomp] = "-Dseccomp=true,-Dseccomp=false,libseccomp,libseccomp"
83PACKAGECONFIG[systemd] = "-Dsystemd-unitdir=${sysconfdir}/systemd/system/, -Dsystemd-unitdir=, systemd,"
84PACKAGECONFIG[systemd] = "-Dinit-script=systemd,-Dinit-script=sysvinit,systemd," 83PACKAGECONFIG[systemd] = "-Dinit-script=systemd,-Dinit-script=sysvinit,systemd,"
85 84
86# required by python3 to run setup.py 85# required by python3 to run setup.py