mbox series

[meta-oe,v2,0/4] tmpfiles.d: use nonarch libdir

Message ID 20231116115457.1462082-1-lukas.funke-oss@weidmueller.com
Headers show
Series tmpfiles.d: use nonarch libdir | expand

Message

Lukas Funke Nov. 16, 2023, 11:54 a.m. UTC
From: Lukas Funke <lukas.funke@weidmueller.com>

The series intents to move tmpfiles.d configurations from /etc to
/usr/lib.

The documentation of systemd states that /etc/tmpfiles.d should be
reserved for the local administrator and packages should put their files
in /usr/lib/tmpfiles.d [1].

[1] https://www.freedesktop.org/software/systemd/man/tmpfiles.d.html

Signed-off-by: Lukas Funke <lukas.funke@weidmueller.com>

---
Changes in v2:
 - Added Sign-off-by to commit messages
 - Use ${nonarch_libdir} in systemd recipe

Malte Schmidt (3):
  systemd: use nonarch libdir for tmpfiles.d
  pam: use nonarch libdir for tmpfiles.d
  sysstat: use nonarch libdir for tmpfiles.d

Stefan Herbrechtsmeier (1):
  glibc: use nonarch libdir for tmpfiles.d

 meta/recipes-core/glibc/glibc-package.inc       |  8 ++++----
 meta/recipes-core/systemd/systemd_254.4.bb      |  4 ++--
 meta/recipes-extended/pam/libpam_1.5.3.bb       |  9 ++++++---
 meta/recipes-extended/sysstat/sysstat_12.7.4.bb | 10 +++++++---
 4 files changed, 19 insertions(+), 12 deletions(-)