package/lm-sensors: always pass TARGET_CONFIGURE_OPTS
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Mon, 13 Jul 2020 09:37:29 +0000 (11:37 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Thu, 16 Jul 2020 21:10:47 +0000 (23:10 +0200)
commit654ade68a69805647f97e3fa456f31e623e72c15
tree9870625588abce8768052e765aeba5afbe041285
parentdb322f25a1681658a92d9e0f51d094831166e67d
package/lm-sensors: always pass TARGET_CONFIGURE_OPTS

lm-sensors dropped MACHINE variable since version 3.6.0 and
https://github.com/lm-sensors/lm-sensors/commit/0863eff8fa1d32797e3aec19672878aff893b0ae
instead it uses $(CC) -dumpmachine to guess the architecture

However, as $(TARGET_CONFIGURE_OPTS) is only passed to build step and
not to install steps, this result in some binaries being built for the
host during install step and raising a build failure on some autobuilders

Fixes:
 - http://autobuild.buildroot.org/results/0180989afdd9272ecd5010a787931e0b10a6cdcf

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/lm-sensors/lm-sensors.mk