diff options
| -rw-r--r-- | meta/recipes-extended/sysstat/sysstat.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-extended/sysstat/sysstat.inc b/meta/recipes-extended/sysstat/sysstat.inc index e5e134c038..f97b88d493 100644 --- a/meta/recipes-extended/sysstat/sysstat.inc +++ b/meta/recipes-extended/sysstat/sysstat.inc | |||
| @@ -23,6 +23,10 @@ PACKAGECONFIG[systemd] = "--with-systemdsystemunitdir=${systemd_system_unitdir}" | |||
| 23 | 23 | ||
| 24 | EXTRA_OECONF += "--disable-stripping" | 24 | EXTRA_OECONF += "--disable-stripping" |
| 25 | 25 | ||
| 26 | SYSTEMD_PACKAGES = "${PN}" | ||
| 27 | SYSTEMD_SERVICE_${PN} = "sysstat.service" | ||
| 28 | SYSTEMD_AUTO_ENABLE = "enable" | ||
| 29 | |||
| 26 | do_configure_prepend() { | 30 | do_configure_prepend() { |
| 27 | export sa_lib_dir=${libexecdir}/sa | 31 | export sa_lib_dir=${libexecdir}/sa |
| 28 | } | 32 | } |
