package/flannel: remove 'v' prefix
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>
This commit is contained in:
parent
3cbbfe874f
commit
b6b81a9d4a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user