diff options
author | Ross Burton <ross.burton@arm.com> | 2024-11-11 18:13:41 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-11-12 11:31:48 +0000 |
commit | 377685c1661fc7b12044cc6823f645d6567a632e (patch) | |
tree | 7565e5ee8e1254335d9977d3b23335e09666f958 | |
parent | b4530c7820fb08d534e476ffa00f66fa5f7c196a (diff) | |
download | poky-377685c1661fc7b12044cc6823f645d6567a632e.tar.gz |
systemd: don't use deprecated meson option values
(From OE-Core rev: 853414760741530356355826b97f14c95a2144e4)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/systemd/systemd_256.7.bb | 74 |
1 files changed, 37 insertions, 37 deletions
diff --git a/meta/recipes-core/systemd/systemd_256.7.bb b/meta/recipes-core/systemd/systemd_256.7.bb index af810c0fcd..f3af4ac44d 100644 --- a/meta/recipes-core/systemd/systemd_256.7.bb +++ b/meta/recipes-core/systemd/systemd_256.7.bb | |||
@@ -130,68 +130,68 @@ TARGET_CC_ARCH:append:libc-musl = " -D__UAPI_DEF_ETHHDR=0 -D_LARGEFILE64_SOURCE" | |||
130 | # systemd-serialgetty.bb - not enabled by default. | 130 | # systemd-serialgetty.bb - not enabled by default. |
131 | PACKAGECONFIG[serial-getty-generator] = "" | 131 | PACKAGECONFIG[serial-getty-generator] = "" |
132 | 132 | ||
133 | PACKAGECONFIG[acl] = "-Dacl=true,-Dacl=false,acl" | 133 | PACKAGECONFIG[acl] = "-Dacl=enabled,-Dacl=disabled,acl" |
134 | PACKAGECONFIG[audit] = "-Daudit=true,-Daudit=false,audit" | 134 | PACKAGECONFIG[audit] = "-Daudit=enabled,-Daudit=disabled,audit" |
135 | PACKAGECONFIG[backlight] = "-Dbacklight=true,-Dbacklight=false" | 135 | PACKAGECONFIG[backlight] = "-Dbacklight=true,-Dbacklight=false" |
136 | PACKAGECONFIG[binfmt] = "-Dbinfmt=true,-Dbinfmt=false" | 136 | PACKAGECONFIG[binfmt] = "-Dbinfmt=true,-Dbinfmt=false" |
137 | PACKAGECONFIG[bpf-framework] = "-Dbpf-framework=true,-Dbpf-framework=false,clang-native bpftool-native libbpf,libbpf" | 137 | PACKAGECONFIG[bpf-framework] = "-Dbpf-framework=enabled,-Dbpf-framework=disabled,clang-native bpftool-native libbpf,libbpf" |
138 | PACKAGECONFIG[bzip2] = "-Dbzip2=true,-Dbzip2=false,bzip2" | 138 | PACKAGECONFIG[bzip2] = "-Dbzip2=enabled,-Dbzip2=disabled,bzip2" |
139 | PACKAGECONFIG[coredump] = "-Dcoredump=true,-Dcoredump=false" | 139 | PACKAGECONFIG[coredump] = "-Dcoredump=true,-Dcoredump=false" |
140 | PACKAGECONFIG[cryptsetup] = "-Dlibcryptsetup=true,-Dlibcryptsetup=false,cryptsetup,,cryptsetup" | 140 | PACKAGECONFIG[cryptsetup] = "-Dlibcryptsetup=enabled,-Dlibcryptsetup=disabled,cryptsetup,,cryptsetup" |
141 | PACKAGECONFIG[cryptsetup-plugins] = "-Dlibcryptsetup-plugins=true,-Dlibcryptsetup-plugins=false,cryptsetup,,cryptsetup" | 141 | PACKAGECONFIG[cryptsetup-plugins] = "-Dlibcryptsetup-plugins=enabled,-Dlibcryptsetup-plugins=disabled,cryptsetup,,cryptsetup" |
142 | PACKAGECONFIG[tpm2] = "-Dtpm2=true,-Dtpm2=false,tpm2-tss,tpm2-tss libtss2 libtss2-tcti-device" | 142 | PACKAGECONFIG[tpm2] = "-Dtpm2=enabled,-Dtpm2=disabled,tpm2-tss,tpm2-tss libtss2 libtss2-tcti-device" |
143 | # If multiple compression libraries are enabled, the format to use for compression is chosen implicitly, | 143 | # If multiple compression libraries are enabled, the format to use for compression is chosen implicitly, |
144 | # so if you want to compress with e.g. lz4 you cannot enable zstd, so you cannot read zstd-compressed journal files. | 144 | # so if you want to compress with e.g. lz4 you cannot enable zstd, so you cannot read zstd-compressed journal files. |
145 | # This option allows to enable all compression formats for reading, but choosing a specific one for writing. | 145 | # This option allows to enable all compression formats for reading, but choosing a specific one for writing. |
146 | PACKAGECONFIG[default-compression-lz4] = "-Dlz4=true -Ddefault-compression=lz4,,lz4" | 146 | PACKAGECONFIG[default-compression-lz4] = "-Dlz4=true -Ddefault-compression=lz4,,lz4" |
147 | PACKAGECONFIG[default-compression-xz] = "-Dxz=true -Ddefault-compression=xz,,xz" | 147 | PACKAGECONFIG[default-compression-xz] = "-Dxz=true -Ddefault-compression=xz,,xz" |
148 | PACKAGECONFIG[default-compression-zstd] = "-Dzstd=true -Ddefault-compression=zstd,,zstd" | 148 | PACKAGECONFIG[default-compression-zstd] = "-Dzstd=true -Ddefault-compression=zstd,,zstd" |
149 | PACKAGECONFIG[dbus] = "-Ddbus=true,-Ddbus=false,dbus" | 149 | PACKAGECONFIG[dbus] = "-Ddbus=enabled,-Ddbus=disabled,dbus" |
150 | PACKAGECONFIG[efi] = "-Defi=true -Dbootloader=true,-Defi=false -Dbootloader=false,python3-pyelftools-native" | 150 | PACKAGECONFIG[efi] = "-Defi=true -Dbootloader=enabled,-Defi=false -Dbootloader=disabled,python3-pyelftools-native" |
151 | PACKAGECONFIG[elfutils] = "-Delfutils=true,-Delfutils=false,elfutils,,libelf libdw" | 151 | PACKAGECONFIG[elfutils] = "-Delfutils=enabled,-Delfutils=disabled,elfutils,,libelf libdw" |
152 | PACKAGECONFIG[firstboot] = "-Dfirstboot=true,-Dfirstboot=false" | 152 | PACKAGECONFIG[firstboot] = "-Dfirstboot=true,-Dfirstboot=false" |
153 | PACKAGECONFIG[repart] = "-Drepart=true,-Drepart=false" | 153 | PACKAGECONFIG[repart] = "-Drepart=enabled,-Drepart=disabled" |
154 | PACKAGECONFIG[homed] = "-Dhomed=true,-Dhomed=false" | 154 | PACKAGECONFIG[homed] = "-Dhomed=enabled,-Dhomed=disabled" |
155 | # Sign the journal for anti-tampering | 155 | # Sign the journal for anti-tampering |
156 | PACKAGECONFIG[gcrypt] = "-Dgcrypt=true,-Dgcrypt=false,libgcrypt" | 156 | PACKAGECONFIG[gcrypt] = "-Dgcrypt=enabled,-Dgcrypt=disabled,libgcrypt" |
157 | PACKAGECONFIG[gnutls] = "-Dgnutls=true,-Dgnutls=false,gnutls" | 157 | PACKAGECONFIG[gnutls] = "-Dgnutls=enabled,-Dgnutls=disabled,gnutls" |
158 | PACKAGECONFIG[gshadow] = "-Dgshadow=true,-Dgshadow=false" | 158 | PACKAGECONFIG[gshadow] = "-Dgshadow=true,-Dgshadow=false" |
159 | PACKAGECONFIG[hibernate] = "-Dhibernate=true,-Dhibernate=false" | 159 | PACKAGECONFIG[hibernate] = "-Dhibernate=true,-Dhibernate=false" |
160 | PACKAGECONFIG[hostnamed] = "-Dhostnamed=true,-Dhostnamed=false" | 160 | PACKAGECONFIG[hostnamed] = "-Dhostnamed=true,-Dhostnamed=false" |
161 | PACKAGECONFIG[idn] = "-Didn=true,-Didn=false" | 161 | PACKAGECONFIG[idn] = "-Didn=true,-Didn=false" |
162 | PACKAGECONFIG[ima] = "-Dima=true,-Dima=false" | 162 | PACKAGECONFIG[ima] = "-Dima=true,-Dima=false" |
163 | # importd requires journal-upload/xz/zlib/bzip2/gcrypt | 163 | # importd requires journal-upload/xz/zlib/bzip2/gcrypt |
164 | PACKAGECONFIG[importd] = "-Dimportd=true,-Dimportd=false,glib-2.0" | 164 | PACKAGECONFIG[importd] = "-Dimportd=enabled,-Dimportd=disabled,glib-2.0" |
165 | # Update NAT firewall rules | 165 | # Update NAT firewall rules |
166 | PACKAGECONFIG[iptc] = "-Dlibiptc=true,-Dlibiptc=false,iptables" | 166 | PACKAGECONFIG[iptc] = "-Dlibiptc=enabled,-Dlibiptc=disabled,iptables" |
167 | PACKAGECONFIG[journal-color] = ",,,less" | 167 | PACKAGECONFIG[journal-color] = ",,,less" |
168 | PACKAGECONFIG[journal-upload] = "-Dlibcurl=true,-Dlibcurl=false,curl" | 168 | PACKAGECONFIG[journal-upload] = "-Dlibcurl=enabled,-Dlibcurl=disabled,curl" |
169 | PACKAGECONFIG[kmod] = "-Dkmod=true,-Dkmod=false,kmod,libkmod" | 169 | PACKAGECONFIG[kmod] = "-Dkmod=enabled,-Dkmod=disabled,kmod,libkmod" |
170 | PACKAGECONFIG[ldconfig] = "-Dldconfig=true,-Dldconfig=false,,ldconfig" | 170 | PACKAGECONFIG[ldconfig] = "-Dldconfig=true,-Dldconfig=false,,ldconfig" |
171 | PACKAGECONFIG[libidn] = "-Dlibidn=true,-Dlibidn=false,libidn,,libidn" | 171 | PACKAGECONFIG[libidn] = "-Dlibidn=enabled,-Dlibidn=disabled,libidn,,libidn" |
172 | PACKAGECONFIG[libidn2] = "-Dlibidn2=true,-Dlibidn2=false,libidn2,,libidn2" | 172 | PACKAGECONFIG[libidn2] = "-Dlibidn2=enabled,-Dlibidn2=disabled,libidn2,,libidn2" |
173 | # Link udev shared with systemd helper library. | 173 | # Link udev shared with systemd helper library. |
174 | # If enabled the udev package depends on the systemd package (which has the needed shared library). | 174 | # If enabled the udev package depends on the systemd package (which has the needed shared library). |
175 | PACKAGECONFIG[link-udev-shared] = "-Dlink-udev-shared=true,-Dlink-udev-shared=false" | 175 | PACKAGECONFIG[link-udev-shared] = "-Dlink-udev-shared=true,-Dlink-udev-shared=false" |
176 | PACKAGECONFIG[localed] = "-Dlocaled=true,-Dlocaled=false" | 176 | PACKAGECONFIG[localed] = "-Dlocaled=true,-Dlocaled=false" |
177 | PACKAGECONFIG[logind] = "-Dlogind=true,-Dlogind=false" | 177 | PACKAGECONFIG[logind] = "-Dlogind=true,-Dlogind=false" |
178 | PACKAGECONFIG[lz4] = "-Dlz4=true,-Dlz4=false,lz4" | 178 | PACKAGECONFIG[lz4] = "-Dlz4=enabled,-Dlz4=disabled,lz4" |
179 | PACKAGECONFIG[machined] = "-Dmachined=true,-Dmachined=false" | 179 | PACKAGECONFIG[machined] = "-Dmachined=true,-Dmachined=false" |
180 | PACKAGECONFIG[manpages] = "-Dman=true,-Dman=false,libxslt-native xmlto-native docbook-xml-dtd4-native docbook-xsl-stylesheets-native" | 180 | PACKAGECONFIG[manpages] = "-Dman=enabled,-Dman=disabled,libxslt-native xmlto-native docbook-xml-dtd4-native docbook-xsl-stylesheets-native" |
181 | PACKAGECONFIG[microhttpd] = "-Dmicrohttpd=true,-Dmicrohttpd=false,libmicrohttpd" | 181 | PACKAGECONFIG[microhttpd] = "-Dmicrohttpd=enabled,-Dmicrohttpd=disabled,libmicrohttpd" |
182 | PACKAGECONFIG[myhostname] = "-Dnss-myhostname=true,-Dnss-myhostname=false,,libnss-myhostname" | 182 | PACKAGECONFIG[myhostname] = "-Dnss-myhostname=true,-Dnss-myhostname=false,,libnss-myhostname" |
183 | PACKAGECONFIG[networkd] = "-Dnetworkd=true,-Dnetworkd=false" | 183 | PACKAGECONFIG[networkd] = "-Dnetworkd=true,-Dnetworkd=false" |
184 | PACKAGECONFIG[no-dns-fallback] = "-Ddns-servers=" | 184 | PACKAGECONFIG[no-dns-fallback] = "-Ddns-servers=" |
185 | PACKAGECONFIG[no-ntp-fallback] = "-Dntp-servers=" | 185 | PACKAGECONFIG[no-ntp-fallback] = "-Dntp-servers=" |
186 | PACKAGECONFIG[nss] = "-Dnss-systemd=true,-Dnss-systemd=false,,libnss-systemd" | 186 | PACKAGECONFIG[nss] = "-Dnss-systemd=true,-Dnss-systemd=false,,libnss-systemd" |
187 | PACKAGECONFIG[nss-mymachines] = "-Dnss-mymachines=true,-Dnss-mymachines=false" | 187 | PACKAGECONFIG[nss-mymachines] = "-Dnss-mymachines=enabled,-Dnss-mymachines=disabled" |
188 | PACKAGECONFIG[nss-resolve] = "-Dnss-resolve=true,-Dnss-resolve=false" | 188 | PACKAGECONFIG[nss-resolve] = "-Dnss-resolve=enabled,-Dnss-resolve=disabled" |
189 | PACKAGECONFIG[oomd] = "-Doomd=true,-Doomd=false" | 189 | PACKAGECONFIG[oomd] = "-Doomd=true,-Doomd=false" |
190 | PACKAGECONFIG[openssl] = "-Dopenssl=true,-Dopenssl=false,openssl" | 190 | PACKAGECONFIG[openssl] = "-Dopenssl=enabled,-Dopenssl=disabled,openssl" |
191 | PACKAGECONFIG[p11kit] = "-Dp11kit=true,-Dp11kit=false,p11-kit" | 191 | PACKAGECONFIG[p11kit] = "-Dp11kit=enabled,-Dp11kit=disabled,p11-kit" |
192 | PACKAGECONFIG[pam] = "-Dpam=true,-Dpam=false,libpam,${PAM_PLUGINS}" | 192 | PACKAGECONFIG[pam] = "-Dpam=enabled,-Dpam=disabled,libpam,${PAM_PLUGINS}" |
193 | PACKAGECONFIG[pcre2] = "-Dpcre2=true,-Dpcre2=false,libpcre2" | 193 | PACKAGECONFIG[pcre2] = "-Dpcre2=enabled,-Dpcre2=disabled,libpcre2" |
194 | PACKAGECONFIG[polkit] = "-Dpolkit=true,-Dpolkit=false" | 194 | PACKAGECONFIG[polkit] = "-Dpolkit=enabled,-Dpolkit=disabled" |
195 | # If polkit is disabled and networkd+hostnamed are in use, enabling this option and | 195 | # If polkit is disabled and networkd+hostnamed are in use, enabling this option and |
196 | # using dbus-broker will allow networkd to be authorized to change the | 196 | # using dbus-broker will allow networkd to be authorized to change the |
197 | # hostname without acquiring additional privileges | 197 | # hostname without acquiring additional privileges |
@@ -199,13 +199,13 @@ PACKAGECONFIG[polkit_hostnamed_fallback] = ",,,,dbus-broker,polkit" | |||
199 | PACKAGECONFIG[portabled] = "-Dportabled=true,-Dportabled=false" | 199 | PACKAGECONFIG[portabled] = "-Dportabled=true,-Dportabled=false" |
200 | PACKAGECONFIG[pstore] = "-Dpstore=true,-Dpstore=false" | 200 | PACKAGECONFIG[pstore] = "-Dpstore=true,-Dpstore=false" |
201 | PACKAGECONFIG[pni-names] = ",,," | 201 | PACKAGECONFIG[pni-names] = ",,," |
202 | PACKAGECONFIG[qrencode] = "-Dqrencode=true,-Dqrencode=false,qrencode,,qrencode" | 202 | PACKAGECONFIG[qrencode] = "-Dqrencode=enabled,-Dqrencode=disabled,qrencode,,qrencode" |
203 | PACKAGECONFIG[quotacheck] = "-Dquotacheck=true,-Dquotacheck=false" | 203 | PACKAGECONFIG[quotacheck] = "-Dquotacheck=true,-Dquotacheck=false" |
204 | PACKAGECONFIG[randomseed] = "-Drandomseed=true,-Drandomseed=false" | 204 | PACKAGECONFIG[randomseed] = "-Drandomseed=true,-Drandomseed=false" |
205 | PACKAGECONFIG[resolved] = "-Dresolve=true,-Dresolve=false" | 205 | PACKAGECONFIG[resolved] = "-Dresolve=true,-Dresolve=false" |
206 | PACKAGECONFIG[rfkill] = "-Drfkill=true,-Drfkill=false" | 206 | PACKAGECONFIG[rfkill] = "-Drfkill=true,-Drfkill=false" |
207 | PACKAGECONFIG[seccomp] = "-Dseccomp=true,-Dseccomp=false,libseccomp" | 207 | PACKAGECONFIG[seccomp] = "-Dseccomp=enabled,-Dseccomp=disabled,libseccomp" |
208 | PACKAGECONFIG[selinux] = "-Dselinux=true,-Dselinux=false,libselinux,initscripts-sushell" | 208 | PACKAGECONFIG[selinux] = "-Dselinux=enabled,-Dselinux=disabled,libselinux,initscripts-sushell" |
209 | PACKAGECONFIG[smack] = "-Dsmack=true,-Dsmack=false" | 209 | PACKAGECONFIG[smack] = "-Dsmack=true,-Dsmack=false" |
210 | PACKAGECONFIG[sysext] = "-Dsysext=true, -Dsysext=false" | 210 | PACKAGECONFIG[sysext] = "-Dsysext=true, -Dsysext=false" |
211 | PACKAGECONFIG[sysusers] = "-Dsysusers=true,-Dsysusers=false" | 211 | PACKAGECONFIG[sysusers] = "-Dsysusers=true,-Dsysusers=false" |
@@ -227,10 +227,10 @@ PACKAGECONFIG[vconsole] = "-Dvconsole=true,-Dvconsole=false,,${PN}-vconsole-setu | |||
227 | PACKAGECONFIG[wheel-group] = "-Dwheel-group=true, -Dwheel-group=false" | 227 | PACKAGECONFIG[wheel-group] = "-Dwheel-group=true, -Dwheel-group=false" |
228 | PACKAGECONFIG[xdg-autostart] = "-Dxdg-autostart=true,-Dxdg-autostart=false" | 228 | PACKAGECONFIG[xdg-autostart] = "-Dxdg-autostart=true,-Dxdg-autostart=false" |
229 | # Verify keymaps on locale change | 229 | # Verify keymaps on locale change |
230 | PACKAGECONFIG[xkbcommon] = "-Dxkbcommon=true,-Dxkbcommon=false,libxkbcommon" | 230 | PACKAGECONFIG[xkbcommon] = "-Dxkbcommon=enabled,-Dxkbcommon=disabled,libxkbcommon" |
231 | PACKAGECONFIG[xz] = "-Dxz=true,-Dxz=false,xz" | 231 | PACKAGECONFIG[xz] = "-Dxz=enabled,-Dxz=disabled,xz" |
232 | PACKAGECONFIG[zlib] = "-Dzlib=true,-Dzlib=false,zlib" | 232 | PACKAGECONFIG[zlib] = "-Dzlib=enabled,-Dzlib=disabled,zlib" |
233 | PACKAGECONFIG[zstd] = "-Dzstd=true,-Dzstd=false,zstd" | 233 | PACKAGECONFIG[zstd] = "-Dzstd=enabled,-Dzstd=disabled,zstd" |
234 | 234 | ||
235 | RESOLV_CONF ??= "" | 235 | RESOLV_CONF ??= "" |
236 | 236 | ||