From 004faf98f5bc12c4904296b0c331a205592b30d5 Mon Sep 17 00:00:00 2001 From: Hannu Nyman Date: Mon, 6 Jan 2020 12:39:45 +0200 Subject: [PATCH] smartmontools: fix dependency declaration by f5f49e4 Fix the dependency declaration by removing the unnecessary/illegal commas: > WARNING: Makefile 'package/feeds/packages/smartmontools/Makefile' has a dependency on 'smartd,', which does not exist > WARNING: Makefile 'package/feeds/packages/smartmontools/Makefile' has a dependency on 'nail,', which does not exist > tmp/.config-package.in:153368:warning: ignoring unsupported character ',' > tmp/.config-package.in:153373:warning: ignoring unsupported character ',' Signed-off-by: Hannu Nyman --- utils/smartmontools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/smartmontools/Makefile b/utils/smartmontools/Makefile index 0836ced97..ee1feff33 100644 --- a/utils/smartmontools/Makefile +++ b/utils/smartmontools/Makefile @@ -72,7 +72,7 @@ define Package/smartd-mail $(call Package/smartmontools/Default) TITLE+= Email notifications PKGARCH=all - DEPENDS+= +smartd, +nail, +msmtp-mta + DEPENDS+= +smartd +nail +msmtp-mta endef define Package/smartd-mail/description