From: Haiqing Bai Date: Thu, 16 May 2019 01:50:12 +0000 (+0800) Subject: sysstat: Add PACKAGECONFIG[cron] for '--enable-install-cron' option X-Git-Tag: uninative-2.5~130 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=3ee977629331843cc811b6571d13fa02f5593a10;p=openembedded-core.git sysstat: Add PACKAGECONFIG[cron] for '--enable-install-cron' option If 'cron' is added into PACKAGECONFIG, for sysvinit, the related cron scripts will be installed; for systemd, the services of data collect and summary will be installed. Signed-off-by: Haiqing Bai Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/sysstat/sysstat.inc b/meta/recipes-extended/sysstat/sysstat.inc index 9228fc29c2..7f4749f571 100644 --- a/meta/recipes-extended/sysstat/sysstat.inc +++ b/meta/recipes-extended/sysstat/sysstat.inc @@ -18,6 +18,7 @@ inherit autotools-brokensep gettext systemd upstream-version-is-even PACKAGECONFIG ??= "" PACKAGECONFIG[lm-sensors] = "--enable-sensors,--disable-sensors,lmsensors,lmsensors-libsensors" +PACKAGECONFIG[cron] = "--enable-install-cron --enable-copy-only,--disable-install-cron --disable-copy-only" EXTRA_OECONF += "--disable-stripping" @@ -58,7 +59,6 @@ pkg_postinst_${PN} () { fi } - -FILES_${PN} += "${libdir}/sa" +FILES_${PN} += "${libdir}/sa ${systemd_system_unitdir}" TARGET_CC_ARCH += "${LDFLAGS}"