From 8d15a3884da0bd861460985a5009d0fc1d43360a Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Mon, 13 Sep 2010 18:31:54 +0200 Subject: [PATCH] lm_sensors: Updated (2.10.3 -> 3.1.2) (see note!) Note: lm_sensors 2.10.x is the legacy branch for Linux 2.4.10+, whereas 3.1.x is the latest release of the stable branch, for Linux 2.6.5+. It supports all the devices your kernel supports, as it no longer contains chip-specific code. --- base/lm_sensors/lm_sensors.desc | 6 ++--- base/lm_sensors/no_install_i2c-dev.h.patch | 28 ---------------------- 2 files changed, 3 insertions(+), 31 deletions(-) delete mode 100644 base/lm_sensors/no_install_i2c-dev.h.patch diff --git a/base/lm_sensors/lm_sensors.desc b/base/lm_sensors/lm_sensors.desc index 9f3eb97d4..87d024aff 100644 --- a/base/lm_sensors/lm_sensors.desc +++ b/base/lm_sensors/lm_sensors.desc @@ -3,7 +3,7 @@ [COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. [COPY] [COPY] Filename: package/.../lm_sensors/lm_sensors.desc -[COPY] Copyright (C) 2006 - 2008 The OpenSDE Project +[COPY] Copyright (C) 2006 - 2010 The OpenSDE Project [COPY] Copyright (C) 2004 - 2006 The T2 SDE Project [COPY] Copyright (C) 1998 - 2003 Clifford Wolf [COPY] @@ -33,7 +33,7 @@ [L] GPL [S] Stable -[V] 2.10.3 +[V] 3.1.2 [P] X -----5---9 128.100 -[D] 1452312634 lm_sensors-2.10.3.tar.gz http://dl.lm-sensors.org/lm-sensors/releases/ +[D] 54069683 lm_sensors-3.1.2.tar.bz2 http://dl.lm-sensors.org/lm-sensors/releases/ diff --git a/base/lm_sensors/no_install_i2c-dev.h.patch b/base/lm_sensors/no_install_i2c-dev.h.patch deleted file mode 100644 index c9ed238aa..000000000 --- a/base/lm_sensors/no_install_i2c-dev.h.patch +++ /dev/null @@ -1,28 +0,0 @@ -# --- SDE-COPYRIGHT-NOTE-BEGIN --- -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# -# Filename: package/.../lm_sensors/no_install_i2c-dev.h.patch -# Copyright (C) 2004 - 2006 The T2 SDE Project -# Copyright (C) 1998 - 2003 Clifford Wolf -# -# More information can be found in the files COPYING and README. -# -# This patch file is dual-licensed. It is available under the license the -# patched project is licensed under, as long as it is an OpenSource license -# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms -# of the GNU General Public License as published by the Free Software -# Foundation; either version 2 of the License, or (at your option) any later -# version. -# --- SDE-COPYRIGHT-NOTE-END --- - ---- ./kernel/include/Module.mk.orig 2003-07-31 23:36:24.000000000 -0400 -+++ ./kernel/include/Module.mk 2003-07-31 23:37:10.000000000 -0400 -@@ -21,7 +21,7 @@ - MODULE_DIR := kernel/include - KERNELINCLUDEDIR := $(MODULE_DIR) - --KERNELINCLUDEFILES := $(MODULE_DIR)/i2c-dev.h $(MODULE_DIR)/sensors.h -+KERNELINCLUDEFILES := $(MODULE_DIR)/sensors.h - - $(KERNELINCLUDEDIR)/sensors.h: $(KERNELINCLUDEDIR)/sensors.h.template - cat $@.template > $@