mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-24 11:46:30 +00:00
package/lm-sensors: remove redundant BUILD_STATIC_LIB build parameter
Commit 3e05efd76636 ("package/lm-sensors: disable static library for shared-only build") added BUILD_STATIC_LIB to LM_SENSORS_MAKE_OPTS with value that depends on BR2_SHARED_LIBS, but forgot to remove it from the common LM_SENSORS_MAKE_OPTS. Fix that. Cc: Romain Naour <romain.naour@openwide.fr> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Acked-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
efb774bbda
commit
4524d74153
@ -21,7 +21,6 @@ LM_SENSORS_BINS_$(BR2_PACKAGE_LM_SENSORS_PWMCONFIG) += sbin/pwmconfig
|
||||
LM_SENSORS_BINS_$(BR2_PACKAGE_LM_SENSORS_SENSORS_DETECT) += sbin/sensors-detect
|
||||
|
||||
LM_SENSORS_MAKE_OPTS = \
|
||||
BUILD_STATIC_LIB=1 \
|
||||
MACHINE=$(KERNEL_ARCH) \
|
||||
PREFIX=/usr
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user