diff options
author | Daniel McGregor <daniel.mcgregor@vecima.com> | 2015-11-03 16:54:36 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-11-25 08:08:10 +0000 |
commit | 46fa8aba84bd5f1e8a118ee6ae8d8a2568afe662 (patch) | |
tree | eb5db4cad679b81e147fa15e1edb4129b78c9532 /meta/recipes-core | |
parent | ac347849e7eeda257afea27fee211bf4c9e42149 (diff) | |
download | poky-46fa8aba84bd5f1e8a118ee6ae8d8a2568afe662.tar.gz |
systemd: make coredump a PACKAGECONFIG
(From OE-Core rev: 70ddba0a5798362923c4c437541ab9992b5020fb)
Signed-off-by: Daniel McGregor <daniel.mcgregor@vecima.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/systemd/systemd_225.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-core/systemd/systemd_225.bb b/meta/recipes-core/systemd/systemd_225.bb index 6393ca0fef..20391d773a 100644 --- a/meta/recipes-core/systemd/systemd_225.bb +++ b/meta/recipes-core/systemd/systemd_225.bb | |||
@@ -93,6 +93,7 @@ PACKAGECONFIG[valgrind] = "ac_cv_header_valgrind_memcheck_h=yes ac_cv_header_val | |||
93 | PACKAGECONFIG[qrencode] = "--enable-qrencode,--disable-qrencode,qrencode" | 93 | PACKAGECONFIG[qrencode] = "--enable-qrencode,--disable-qrencode,qrencode" |
94 | PACKAGECONFIG[compat] = "--enable-compat-libs,--disable-compat-libs" | 94 | PACKAGECONFIG[compat] = "--enable-compat-libs,--disable-compat-libs" |
95 | PACKAGECONFIG[dbus] = "--enable-dbus,--disable-dbus,dbus" | 95 | PACKAGECONFIG[dbus] = "--enable-dbus,--disable-dbus,dbus" |
96 | PACKAGECONFIG[coredump] = "--enable-coredump,--disable-coredump" | ||
96 | 97 | ||
97 | CACHED_CONFIGUREVARS += "ac_cv_path_KILL=${base_bindir}/kill" | 98 | CACHED_CONFIGUREVARS += "ac_cv_path_KILL=${base_bindir}/kill" |
98 | CACHED_CONFIGUREVARS += "ac_cv_path_KMOD=${base_bindir}/kmod" | 99 | CACHED_CONFIGUREVARS += "ac_cv_path_KMOD=${base_bindir}/kmod" |
@@ -120,7 +121,6 @@ CACHED_CONFIGUREVARS_class-target = "\ | |||
120 | EXTRA_OECONF = " --with-rootprefix=${rootprefix} \ | 121 | EXTRA_OECONF = " --with-rootprefix=${rootprefix} \ |
121 | --with-rootlibdir=${rootlibdir} \ | 122 | --with-rootlibdir=${rootlibdir} \ |
122 | --with-roothomedir=${ROOT_HOME} \ | 123 | --with-roothomedir=${ROOT_HOME} \ |
123 | --disable-coredump \ | ||
124 | --enable-split-usr \ | 124 | --enable-split-usr \ |
125 | --without-python \ | 125 | --without-python \ |
126 | --with-sysvrcnd-path=${sysconfdir} \ | 126 | --with-sysvrcnd-path=${sysconfdir} \ |
@@ -271,6 +271,7 @@ RRECOMMENDS_${PN}-binfmt = "kernel-module-binfmt-misc" | |||
271 | RRECOMMENDS_${PN}-vconsole-setup = "kbd kbd-consolefonts kbd-keymaps" | 271 | RRECOMMENDS_${PN}-vconsole-setup = "kbd kbd-consolefonts kbd-keymaps" |
272 | 272 | ||
273 | CONFFILES_${PN} = "${sysconfdir}/machine-id \ | 273 | CONFFILES_${PN} = "${sysconfdir}/machine-id \ |
274 | ${sysconfdir}/systemd/coredump.conf \ | ||
274 | ${sysconfdir}/systemd/journald.conf \ | 275 | ${sysconfdir}/systemd/journald.conf \ |
275 | ${sysconfdir}/systemd/logind.conf \ | 276 | ${sysconfdir}/systemd/logind.conf \ |
276 | ${sysconfdir}/systemd/system.conf \ | 277 | ${sysconfdir}/systemd/system.conf \ |
@@ -300,6 +301,7 @@ FILES_${PN} = " ${base_bindir}/* \ | |||
300 | /cgroup \ | 301 | /cgroup \ |
301 | ${bindir}/systemd* \ | 302 | ${bindir}/systemd* \ |
302 | ${bindir}/busctl \ | 303 | ${bindir}/busctl \ |
304 | ${bindir}/coredumpctl \ | ||
303 | ${bindir}/localectl \ | 305 | ${bindir}/localectl \ |
304 | ${bindir}/hostnamectl \ | 306 | ${bindir}/hostnamectl \ |
305 | ${bindir}/timedatectl \ | 307 | ${bindir}/timedatectl \ |