From 211dd861c443ae59d4832370fe71b79f29c17907 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Thu, 2 Jul 2020 16:44:09 +0800 Subject: [PATCH] systemd: enable coredump in PACKAGECONFIG systemd-coredump is required by stx-extensions Issue-ID: INF-180 Signed-off-by: Jackie Huang Change-Id: Ib0115c804d71b5e49be1e0d7960a910fda1ecd16 --- meta-stx/recipes-core/systemd/systemd_241.bbappend | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/meta-stx/recipes-core/systemd/systemd_241.bbappend b/meta-stx/recipes-core/systemd/systemd_241.bbappend index dfe8eb8..5244be1 100644 --- a/meta-stx/recipes-core/systemd/systemd_241.bbappend +++ b/meta-stx/recipes-core/systemd/systemd_241.bbappend @@ -28,3 +28,7 @@ do_install_append () { } FILES_${PN} += "${sysconfdir}/locale.conf" + +PACKAGECONFIG_append = " \ + coredump \ +" -- 2.16.6