smartmontools: bump to version 5.40
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Tue, 11 Jan 2011 18:32:31 +0000 (15:32 -0300)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 17 Jan 2011 20:10:17 +0000 (21:10 +0100)
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/smartmontools/Config.in
package/smartmontools/smartmontools.mk

index a1541d719fc9f5ca73c4a952ec82384af114a6dc..18320f02251c41f6489edc17cc786c664d7dac6d 100644 (file)
@@ -1,6 +1,10 @@
 config BR2_PACKAGE_SMARTMONTOOLS
        bool "smartmontools"
+       depends on BR2_INSTALL_LIBSTDCPP
        help
          Control and monitor storage systems using S.M.A.R.T.
 
          http://smartmontools.sourceforge.net/
+
+comment "smartmontools requires a toolchain with C++ support enabled"
+       depends on !BR2_INSTALL_LIBSTDCPP
index d768b346a39ff81f281ee50920932008d3c049f8..d982863e47dd19dc3afc1752a4a1e4529e1dc224 100644 (file)
@@ -3,9 +3,8 @@
 # smartmontools
 #
 #############################################################
-SMARTMONTOOLS_VERSION:=5.33
-SMARTMONTOOLS_SOURCE:=smartmontools-$(SMARTMONTOOLS_VERSION).tar.gz
-SMARTMONTOOLS_SITE:=http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/smartmontools
-SMARTMONTOOLS_DIR:=$(BUILD_DIR)/smartmontools-$(SMARTMONTOOLS_VERSION)
+
+SMARTMONTOOLS_VERSION = 5.40
+SMARTMONTOOLS_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/smartmontools
 
 $(eval $(call AUTOTARGETS,package,smartmontools))