systemd: enable coredump in PACKAGECONFIG

systemd-coredump is required by stx-extensions

Issue-ID: INF-180
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: Ib0115c804d71b5e49be1e0d7960a910fda1ecd16
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 @@
 }
 
 FILES_${PN} += "${sysconfdir}/locale.conf"
+
+PACKAGECONFIG_append = " \
+    coredump \
+"