diff options
Diffstat (limited to 'meta-agl-profile-core/recipes-core')
-rw-r--r-- | meta-agl-profile-core/recipes-core/systemd/systemd_%.bbappend | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-agl-profile-core/recipes-core/systemd/systemd_%.bbappend b/meta-agl-profile-core/recipes-core/systemd/systemd_%.bbappend index f64ca8c8a..815fed8a3 100644 --- a/meta-agl-profile-core/recipes-core/systemd/systemd_%.bbappend +++ b/meta-agl-profile-core/recipes-core/systemd/systemd_%.bbappend @@ -24,3 +24,6 @@ FILES_${PN} += "${sysconfdir}/e2fsck.conf " # SPEC-737: connmand also has a NTP client which races with systemd-timesyncd PACKAGECONFIG_remove = "timesyncd" + +# Enable systemd-coredump when agl-devel is set on +PACKAGECONFIG_append_agl-devel = " coredump" |