summaryrefslogtreecommitdiff
path: root/package/lm-sensors
AgeCommit message (Collapse)Author
2012-07-17all packages: rename XXXTARGETS to xxx-packageArnout Vandecappelle (Essensium/Mind)
Also remove the redundant $(call ...). This is a purely mechanical change, performed with find package linux toolchain boot -name \*.mk | \ xargs sed -i -e 's/$(eval $(call GENTARGETS))/$(eval $(generic-package))/' \ -e 's/$(eval $(call AUTOTARGETS))/$(eval $(autotools-package))/' \ -e 's/$(eval $(call CMAKETARGETS))/$(eval $(cmake-package))/' Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2012-01-26lm-sensors: bump to version 3.3.1 and fix pwmconfig installGustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-09-29package: remove useless arguments from GENTARGETSThomas Petazzoni
Thanks to the pkgparentdir and pkgname functions, we can rewrite the GENTARGETS macro in a way that avoids the need for each package to repeat its name and the directory in which it is present. [Peter: pkgdir->pkgparentdir] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-01-17lm-sensors: bump to version 3.2.0Gustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-09-27lm-sensors: full install, install into staging, make bins configurablePeter Korsgaard
Use make install to install so we get libraries and man pages if enabled, install into staging so other programs can find libsensors and add kconfig options for each of the available programs. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-09-27lm-sensors: convert to gentargets and bump to 3.1.2Martin Banky
[Peter: remove stripping] Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-09-03package: Remove unnecessary dependencies on uclibc.Will Newton
A C library will have been built by the toolchain makefiles, so there is no need for packages to explicitly depend on uclibc. Signed-off-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-01-16package/: convert to DOWNLOAD helperPeter Korsgaard
2008-12-08package/: get rid of unneeded $(strip ..)Peter Korsgaard
2008-07-17Kconfig: remove 'default n'Peter Korsgaard
'default n' is the default, so there's no need to say it explicitly.
2008-06-23lm-sensors: remove unused legacy patchPeter Korsgaard
2008-06-23lm-sensors: bump version and cleanupPeter Korsgaard
- Bump version to 3.0.2 which no longer needs libsysfs - Set MACHINE correctly, so it doesn't try to build isa stuff for non-i386 - Cleanup make invocation
2008-06-23lm-sensors: clean libsensors* from usr/lib, not libPeter Korsgaard
2008-05-11Bump lm-sensors versionUlf Samuelsson
2008-01-25Upped version, lm-sensors.01.susv3-legacy.patch seems to not be needed Thomas Lundquist
any more but keeping it for now. Hopefully closing bug #1939
2007-12-27Added BR2_DEBIAN_MIRRORThomas Lundquist
2007-10-30Fix patch version for lm-sensorsUlf Samuelsson
2007-10-01- just use the strip binary to avoid confusing libtool (quotes)Bernhard Reutner-Fischer
- use $(STRIPCMD) in packages to avoid clashes with $(STRIP)
2007-09-20- don't use functions that are marked LEGACY in SUSv3Bernhard Reutner-Fischer
2007-09-14- touchup a few bits that the submitter should have done in the first placeBernhard Reutner-Fischer
2007-09-14- also copy the needed libsBernhard Reutner-Fischer
2007-09-01- add lm-sensors packageBernhard Reutner-Fischer