[oe-commits] [openembedded-core] 02/07: sysstat: Add PACKAGECONFIG[cron] for '--enable-install-cron' option

git at git.openembedded.org git at git.openembedded.org
Thu May 16 15:35:42 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 3ee977629331843cc811b6571d13fa02f5593a10
Author: Haiqing Bai <Haiqing.Bai at windriver.com>
AuthorDate: Thu May 16 09:50:12 2019 +0800

    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 <Haiqing.Bai at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-extended/sysstat/sysstat.inc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-extended/sysstat/sysstat.inc b/meta/recipes-extended/sysstat/sysstat.inc
index 9228fc2..7f4749f 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}"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list