package/mender/mender.mk: fix linker version argument
authorAdam Duskett <Aduskett@rivian.com>
Sat, 20 Mar 2021 22:28:33 +0000 (15:28 -0700)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Tue, 30 Mar 2021 20:29:17 +0000 (22:29 +0200)
commitb5f7fa88381e3a4aa0e6c1e567dd5f164de176ba
tree7aa542f9e3fc4169bc6e401ccf9c7783de45f6be
parente6c2e3a86928c490e9977c23f6ed781a186176d0
package/mender/mender.mk: fix linker version argument

The current linker flag "-X main.Version=$(MENDER_VERSION)" no longer points
to the correct location, which results in "version: unknown" when runnning
"mender -version." Update the linker flag to point to the correct location.

Signed-off-by: Adam Duskett <Aduskett@rivian.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/mender/mender.mk