From: Gustavo Zacarias Date: Tue, 19 Mar 2013 10:04:24 +0000 (+0000) Subject: smartmontools: bump to version 6.1 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=424d69bc9b48e08398fce3adafd0c5c94edc7281;p=buildroot.git smartmontools: bump to version 6.1 Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- diff --git a/package/smartmontools/Config.in b/package/smartmontools/Config.in index 18320f0225..dd8197fe0d 100644 --- a/package/smartmontools/Config.in +++ b/package/smartmontools/Config.in @@ -1,6 +1,7 @@ config BR2_PACKAGE_SMARTMONTOOLS bool "smartmontools" depends on BR2_INSTALL_LIBSTDCPP + depends on BR2_USE_MMU # fork() help Control and monitor storage systems using S.M.A.R.T. diff --git a/package/smartmontools/smartmontools.mk b/package/smartmontools/smartmontools.mk index 5736771e96..850001a365 100644 --- a/package/smartmontools/smartmontools.mk +++ b/package/smartmontools/smartmontools.mk @@ -4,7 +4,7 @@ # ############################################################# -SMARTMONTOOLS_VERSION = 6.0 +SMARTMONTOOLS_VERSION = 6.1 SMARTMONTOOLS_SITE = http://downloads.sourceforge.net/project/smartmontools/smartmontools/$(SMARTMONTOOLS_VERSION) SMARTMONTOOLS_LICENSE = GPLv2+ SMARTMONTOOLS_LICENSE_FILES = COPYING