package/flannel: remove 'v' prefix
authorMatt Weber <matthew.weber@rockwellcollins.com>
Sun, 27 Oct 2019 10:07:22 +0000 (05:07 -0500)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 27 Oct 2019 10:53:32 +0000 (11:53 +0100)
Fixes version parsing for release-monitoring.org support.

Cc: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Cc: Heiko Thiery <heiko.thiery@kontron.com>
Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/flannel/flannel.mk

index d00d2df92c6582bdc9824455404d4356d3a6fe4b..0af06c765677fdf460cb961ede17c2a3c226519b 100644 (file)
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-FLANNEL_VERSION = v0.5.5
+FLANNEL_VERSION = 0.5.5
 FLANNEL_SITE = https://github.com/coreos/flannel/archive
-FLANNEL_SOURCE = $(FLANNEL_VERSION).tar.gz
+FLANNEL_SOURCE = v$(FLANNEL_VERSION).tar.gz
 
 FLANNEL_LICENSE = Apache-2.0
 FLANNEL_LICENSE_FILES = LICENSE