[Buildroot] [PATCH] smartmontools: bump to version 6.1

Gustavo Zacarias gustavo at zacarias.com.ar
Tue Mar 19 20:04:24 UTC 2013


Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
---
 package/smartmontools/Config.in        | 1 +
 package/smartmontools/smartmontools.mk | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/package/smartmontools/Config.in b/package/smartmontools/Config.in
index 18320f0..dd8197f 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 5736771..850001a 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
-- 
1.8.1.5



More information about the buildroot mailing list