X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-stx%2Frecipes-core%2Fsystemd%2Fsystemd_241.bbappend;h=5244be1a609e846995be3e08e19f76358903760a;hb=refs%2Fchanges%2F86%2F7286%2F1;hp=11ff01571c4943fbfeb72594e0668ec8415cc3c5;hpb=57fdea704bd62af847872c40508f00aa1d7cac60;p=pti%2Frtp.git diff --git a/meta-stx/recipes-core/systemd/systemd_241.bbappend b/meta-stx/recipes-core/systemd/systemd_241.bbappend index 11ff015..5244be1 100644 --- a/meta-stx/recipes-core/systemd/systemd_241.bbappend +++ b/meta-stx/recipes-core/systemd/systemd_241.bbappend @@ -17,6 +17,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/files:" SRC_URI += " \ file://0900-inject-milisec-in-syslog-date.patch \ + file://0001-systemd-remove-the-log-about-var-run.patch \ " STX_DEFAULT_LOCALE ?= "en_US.UTF-8" @@ -27,3 +28,7 @@ do_install_append () { } FILES_${PN} += "${sysconfdir}/locale.conf" + +PACKAGECONFIG_append = " \ + coredump \ +"