diff options
| -rw-r--r-- | meta/recipes-core/systemd/systemd_237.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-core/systemd/systemd_237.bb b/meta/recipes-core/systemd/systemd_237.bb index b1c976fc5b..7ef42b2eae 100644 --- a/meta/recipes-core/systemd/systemd_237.bb +++ b/meta/recipes-core/systemd/systemd_237.bb | |||
| @@ -168,6 +168,11 @@ rootprefix ?= "${root_prefix}" | |||
| 168 | rootlibdir ?= "${base_libdir}" | 168 | rootlibdir ?= "${base_libdir}" |
| 169 | rootlibexecdir = "${rootprefix}/lib" | 169 | rootlibexecdir = "${rootprefix}/lib" |
| 170 | 170 | ||
| 171 | # This links udev statically with systemd helper library. | ||
| 172 | # Otherwise udev package would depend on systemd package (which has the needed shared library), | ||
| 173 | # and always pull it into images. | ||
| 174 | EXTRA_OEMESON += "-Dlink-udev-shared=false" | ||
| 175 | |||
| 171 | EXTRA_OEMESON += "-Dnobody-user=nobody \ | 176 | EXTRA_OEMESON += "-Dnobody-user=nobody \ |
| 172 | -Dnobody-group=nobody \ | 177 | -Dnobody-group=nobody \ |
| 173 | -Droothomedir=${ROOTHOME} \ | 178 | -Droothomedir=${ROOTHOME} \ |
