summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/systemd
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/systemd')
-rw-r--r--meta/recipes-core/systemd/systemd_250.3.bb8
1 files changed, 3 insertions, 5 deletions
diff --git a/meta/recipes-core/systemd/systemd_250.3.bb b/meta/recipes-core/systemd/systemd_250.3.bb
index 57987218a1..96a86272d3 100644
--- a/meta/recipes-core/systemd/systemd_250.3.bb
+++ b/meta/recipes-core/systemd/systemd_250.3.bb
@@ -159,6 +159,9 @@ PACKAGECONFIG[kmod] = "-Dkmod=true,-Dkmod=false,kmod"
159PACKAGECONFIG[ldconfig] = "-Dldconfig=true,-Dldconfig=false,,ldconfig" 159PACKAGECONFIG[ldconfig] = "-Dldconfig=true,-Dldconfig=false,,ldconfig"
160PACKAGECONFIG[libidn] = "-Dlibidn=true,-Dlibidn=false,libidn,,libidn" 160PACKAGECONFIG[libidn] = "-Dlibidn=true,-Dlibidn=false,libidn,,libidn"
161PACKAGECONFIG[libidn2] = "-Dlibidn2=true,-Dlibidn2=false,libidn2,,libidn2" 161PACKAGECONFIG[libidn2] = "-Dlibidn2=true,-Dlibidn2=false,libidn2,,libidn2"
162# Link udev shared with systemd helper library.
163# If enabled the udev package depends on the systemd package (which has the needed shared library).
164PACKAGECONFIG[link-udev-shared] = "-Dlink-udev-shared=true,-Dlink-udev-shared=false"
162PACKAGECONFIG[localed] = "-Dlocaled=true,-Dlocaled=false" 165PACKAGECONFIG[localed] = "-Dlocaled=true,-Dlocaled=false"
163PACKAGECONFIG[logind] = "-Dlogind=true,-Dlogind=false" 166PACKAGECONFIG[logind] = "-Dlogind=true,-Dlogind=false"
164PACKAGECONFIG[lz4] = "-Dlz4=true,-Dlz4=false,lz4" 167PACKAGECONFIG[lz4] = "-Dlz4=true,-Dlz4=false,lz4"
@@ -218,11 +221,6 @@ rootprefix ?= "${root_prefix}"
218rootlibdir ?= "${base_libdir}" 221rootlibdir ?= "${base_libdir}"
219rootlibexecdir = "${rootprefix}/lib" 222rootlibexecdir = "${rootprefix}/lib"
220 223
221# This links udev statically with systemd helper library.
222# Otherwise udev package would depend on systemd package (which has the needed shared library),
223# and always pull it into images.
224EXTRA_OEMESON += "-Dlink-udev-shared=false"
225
226EXTRA_OEMESON += "-Dnobody-user=nobody \ 224EXTRA_OEMESON += "-Dnobody-user=nobody \
227 -Dnobody-group=nobody \ 225 -Dnobody-group=nobody \
228 -Drootlibdir=${rootlibdir} \ 226 -Drootlibdir=${rootlibdir} \