[Buildroot] svn commit: trunk/buildroot/package: lm-sensors

Will Wagner will_wagner at carallon.com
Fri Sep 14 11:30:44 UTC 2007


Bernhard,

The only other thing is that the sensors executable needs the 
/etc/sensors.conf file otherwise it will fail to run. The default file 
is enormous but it does work.

Bernhard Fischer wrote:
> On Fri, Sep 14, 2007 at 10:47:08AM +0100, Will Wagner wrote:
>> Bernhard,
>>
>> Meant to say thank you for adding this package. I managed to get it 
> 
> welcome.
> 
>> building with the following patch:
>>
>> Index: package/lm-sensors/lm-sensors.mk
>> ===================================================================
>> --- package/lm-sensors/lm-sensors.mk	(revision 19797)
>> +++ package/lm-sensors/lm-sensors.mk	(working copy)
>> @@ -40,6 +40,10 @@
>>  $(TARGET_DIR)/$(LM_SENSORS_TARGET_BINARY): 
>> $(LM_SENSORS_DIR)/$(LM_SENSORS_BINARY)
>>  	cp -dpf $(LM_SENSORS_DIR)/$(LM_SENSORS_BINARY) $@
>>  	$(STRIP) $(STRIP_STRIP_ALL) $@
>> +	cp -dpf $(LM_SENSORS_DIR)/etc/sensors.conf.eg 
>> $(TARGET_DIR)/etc/sensors.conf
>> +	cp -dpf $(LM_SENSORS_DIR)/lib/libsensors.so.3.1.4 $(TARGET_DIR)/lib
>> +	(cd $(TARGET_DIR)/lib && ln -s libsensors.so.3.1.4 libsensors.so.3)
>> +	(cd $(TARGET_DIR)/lib && ln -s libsensors.so.3 libsensors.so)
> 
> well, libsensors* should live in usr/lib. Try r19830. Ok now?
> 
> thanks,

-- 
------------------------------------------------------------------------
Will Wagner                                     will_wagner at carallon.com
Senior Project Engineer                  Office Tel: +44 (0)20 7371 2032
Carallon Ltd, Studio G20, Shepherds Building, Rockley Rd, London W14 0DA
------------------------------------------------------------------------





More information about the buildroot mailing list