summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/smartmontools
Commit message (Collapse)AuthorAgeFilesLines
* smartmontools: Improve reproducibilityOleksiy Obitotskyy2021-02-222-0/+85
| | | | | | | | Backport changes added to master smartmontools. https://github.com/smartmontools/smartmontools/commit/24838916b4c0e91f5c897d44fcdeedb22848f684 Signed-off-by: Oleksiy Obitotskyy <oobitots@cisco.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* smartmontools: upgrade 7.1 -> 7.2zangrc2021-01-071-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* smartmontools: Remove obsolete setting regarding the Standard OutputMingli Yu2020-09-221-1/+0
| | | | | | | | | | | | The Standard output type "syslog" is obsolete, causing a warning since systemd version 246 [1]. Please consider using "journal" or "journal+console" [1] https://github.com/systemd/systemd/blob/master/NEWS#L202 Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* smartmontools: upgrade 7.0 -> 7.1Wang Mingyu2020-01-031-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* smartmontools: upgrade 6.6 -> 7.0Changqing Li2019-02-222-31/+2
| | | | | Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* smartmontools: Fix build on non-GNU systemsKhem Raj2018-05-262-6/+35
| | | | | | | Fix a typo in description Rest of Formatting changes are introduced by devtool Signed-off-by: Khem Raj <raj.khem@gmail.com>
* smartmontools: 6.5 -> 6.6Huang Qiyu2018-03-211-2/+2
| | | | | | | Upgrade smartmontools from 6.5 to 6.6. Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* Make use of the new bb.utils.filter() functionPeter Kjellerstedt2017-03-071-3/+1
| | | | | Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* smartmontools: 6.4 -> 6.5Wang Xin2016-09-111-2/+2
| | | | | | | Upgrade smartmontools from 6.4 to 6.5. Signed-off-by: Wang Xin <wangxin2015.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-oe: fix indentationMartin Jansa2016-08-221-19/+19
| | | | | | | | * remove tabs which sneaked in since last cleanup * meta-oe layers are using consistent indentation with 4 spaces, see http://www.openembedded.org/wiki/Styleguide Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-oe: use bb.utils.contains() instead of base_contains()Ross Burton2016-04-281-2/+2
| | | | | | | | base_contains() is a compatibility wrapper and may warn in the future, so replace all instances with bb.utils.contains(). Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* smartmontools: upgrade 6.2 -> 6.4Li xin2015-08-181-2/+2
| | | | | Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* smartmontools: add systemd service fileChen Qi2014-09-262-1/+25
| | | | | | | | Add systemd service file for smartmontools. The service is disabled by default. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* smartmontools: fix for its SysV init scriptChen Qi2014-09-263-3/+16
| | | | | | | | | Changes include: 1. Make it run at runlevel 2, 3, 4 and 5 by default. 2. Add /etc/default/smartmontools, just as Ubuntu does. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* smartmontools: add PACKAGECONFIG and runtime dependencyKang Kai2014-04-201-0/+8
| | | | | | | | Add PACKAGECONFIGs libcap-ng and selinux for smartmontools. And add runtime dependency. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* smartmontools: add init scriptKang Kai2014-04-202-2/+120
| | | | | | | | | | | | Add init script smartd for smartmontools. Thought smartmontools provides init script itself, but it checks distribution version that is not usable for oe. So add an init script for smartmontools which removes distribution version check. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* smartmontools: update to 6.2Kang Kai2014-04-202-13/+21
| | | | | | | Update smartmontools for 6.1 to 6.2. Add description as well. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: convert remaining SUMMARY/DESCRIPTION cosmetic issuesMatthieu CRAPET2014-02-231-1/+1
| | | | | | | | | | | | | Changes: - rename SUMMARY with length > 80 to DESCRIPTION - rename DESCRIPTION with length < 80 to (non present tag) SUMMARY - drop final point character at the end of SUMMARY string - remove trailing whitespace of SUMMARY line Note: don't bump PR Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* smartmontools: import from OE classicNicolas Dechesne2013-05-071-0/+13
as discussed in [1], the following changes have been made since the initial version. - upgrade to latest upstream version - removal of the .inc file since the recipe is trivial - moved the recipe from recipe-support to recipe-extended [1] http://comments.gmane.org/gmane.comp.handhelds.openembedded/57914 Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>