Revision: 5211 Author: pebender Date: Tue Jul 21 18:06:39 2009 Log: - Updated lm_sensors fixes.
http://code.google.com/p/minimyth/source/detail?r=5211 Added: /trunk/gar-minimyth/script/utils/lm_sensors/files/lm_sensors-3.1.1-changeset_5757.patch Modified: /trunk/gar-minimyth/script/utils/lm_sensors/Makefile /trunk/gar-minimyth/script/utils/lm_sensors/checksums ======================================= --- /dev/null +++ /trunk/gar-minimyth/script/utils/lm_sensors/files/lm_sensors-3.1.1-changeset_5757.patch Tue Jul 21 18:06:39 2009 @@ -0,0 +1,23 @@ +diff -Naur lm_sensors-3.1.1-old/CHANGES lm_sensors-3.1.1-new/CHANGES +--- lm_sensors-3.1.1-old/CHANGES 2009-06-21 08:22:06.000000000 -0700 ++++ lm_sensors-3.1.1-new/CHANGES 2009-07-21 18:03:52.000000000 -0700 +@@ -8,6 +8,7 @@ + New method to free the memory allocated for chip names + Makefile: Include generated source files in dependency checking + Make it possible to skip building of the static library ++ The SMSC LPC47M233 isn't currently supported + fancontrol: Add support for absolute path to hwmon devices + sensord: Remove the hidden commandline interface + Introduce struct sensord_arguments +diff -Naur lm_sensors-3.1.1-old/prog/detect/sensors-detect lm_sensors-3.1.1-new/prog/detect/sensors-detect +--- lm_sensors-3.1.1-old/prog/detect/sensors-detect 2009-06-02 06:51:29.000000000 -0700 ++++ lm_sensors-3.1.1-new/prog/detect/sensors-detect 2009-07-21 18:03:52.000000000 -0700 +@@ -1415,7 +1415,7 @@ + features => FEAT_FAN, + }, { + name => "SMSC LPC47M233 Super IO Sensors", +- driver => "smsc47m1", ++ driver => "to-be-written", + devid => 0x6b80, + devid_mask => 0xff80, + logdev => 0x0a, ======================================= --- /trunk/gar-minimyth/script/utils/lm_sensors/Makefile Tue Jun 23 18:56:14 2009 +++ /trunk/gar-minimyth/script/utils/lm_sensors/Makefile Tue Jul 21 18:06:39 2009 @@ -3,8 +3,10 @@ CATEGORIES = utils MASTER_SITES = http://dl.lm-sensors.org/lm-sensors/releases/ MASTER_SITES += svn://lm-sensors.org/svn/lm-sensors/trunk/ -DISTFILES = $(DISTNAME).tar.bz2 -PATCHFILES = $(DISTNAME)-perl.patch.gar +DISTFILES = $(DISTNAME).tar.bz2 +PATCHFILES = \ + $(DISTNAME)-changeset_5757.patch +PATCHFILES += $(DISTNAME)-perl.patch.gar LICENSE = GPL2 DESCRIPTION = ======================================= --- /trunk/gar-minimyth/script/utils/lm_sensors/checksums Tue Jun 23 18:56:14 2009 +++ /trunk/gar-minimyth/script/utils/lm_sensors/checksums Tue Jul 21 18:06:39 2009 @@ -1,2 +1,3 @@ 613d7cfa23b70c0abae3fabb0a72ff5f download/lm_sensors-3.1.1.tar.bz2 +4d4a8377d90307bbe1562464bba2dd99 download/lm_sensors-3.1.1-changeset_5757.patch fbae4162ec2549246d86452de2f0ac11 download/lm_sensors-3.1.1-perl.patch.gar --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "minimyth-commits" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/minimyth-commits?hl=en -~----------~----~----~----~------~----~------~--~---
