diff options
author | Ross Burton <ross.burton@arm.com> | 2022-02-01 16:35:04 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-02-03 08:44:32 -0800 |
commit | a0ea79439459cc25c5c477c58a20b50647f29c5e (patch) | |
tree | 63779a96003a14b13c1cbbef5bfbe6fb68427a15 | |
parent | f8166c50fd06a894e96797903ba925d6a7525215 (diff) | |
download | meta-openembedded-a0ea79439459cc25c5c477c58a20b50647f29c5e.tar.gz |
smartmontools: use s-nail
As mailx is unmaintained, depend on s-nail instead of mailx.
Also recommend instead of depend, so you don't need to send email.
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-extended/smartmontools/smartmontools_7.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/smartmontools/smartmontools_7.2.bb b/meta-oe/recipes-extended/smartmontools/smartmontools_7.2.bb index f2ee97b934..233d5b8572 100644 --- a/meta-oe/recipes-extended/smartmontools/smartmontools_7.2.bb +++ b/meta-oe/recipes-extended/smartmontools/smartmontools_7.2.bb | |||
@@ -50,4 +50,4 @@ do_install:append () { | |||
50 | INITSCRIPT_NAME = "smartd" | 50 | INITSCRIPT_NAME = "smartd" |
51 | INITSCRIPT_PARAMS = "start 60 2 3 4 5 . stop 60 0 1 6 ." | 51 | INITSCRIPT_PARAMS = "start 60 2 3 4 5 . stop 60 0 1 6 ." |
52 | 52 | ||
53 | RDEPENDS:${PN} += "mailx" | 53 | RRECOMMENDS:${PN} += "s-nail" |