package/openpowerlink: fixup the 'V' prefix in the version
In order for the openpowerlink version to match what is given by release-monitoring.org, the 'V' prefix should be encoded in OPENPOWERLINK_SOURCE and OPENPOWERLINK_SITE and not OPENPOWERLINK_VERSION. Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
195ac1a00a
commit
c2d0ea7aa9
@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
OPENPOWERLINK_VERSION = V2.7.1
|
||||
OPENPOWERLINK_SITE = https://downloads.sourceforge.net/project/openpowerlink/openPOWERLINK/$(OPENPOWERLINK_VERSION)
|
||||
OPENPOWERLINK_SOURCE = openPOWERLINK_$(OPENPOWERLINK_VERSION).tar.gz
|
||||
OPENPOWERLINK_VERSION = 2.7.1
|
||||
OPENPOWERLINK_SITE = https://downloads.sourceforge.net/project/openpowerlink/openPOWERLINK/V$(OPENPOWERLINK_VERSION)
|
||||
OPENPOWERLINK_SOURCE = openPOWERLINK_V$(OPENPOWERLINK_VERSION).tar.gz
|
||||
OPENPOWERLINK_LICENSE = BSD-2-Clause, GPL-2.0
|
||||
OPENPOWERLINK_LICENSE_FILES = license.md
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user