kumquat-buildroot/boot
Victor Huesca 69808c7536 package: remove 'v' prefix from github-fetched packages
On Github, a large number of projects name their tag vXYZ (i.e v3.0,
v0.1, etc.). In some packages we do:

 <pkg>_VERSION = v0.3
 <pkg>_SITE = $(call github foo,bar,$(<pkg>_VERSION))

And in some other packages we do:

 <pkg>_VERSION = 0.3
 <pkg>_SITE = $(call github foo,bar,v$(<pkg>_VERSION))

I.e in one case we consider the version to be v0.3, in the other case
we consider 0.3 to be the version.

The problem with v0.3 is that when used in conjunction with
release-monitoring.org, it doesn't work very well, because
release-monitoring.org has the concept of "version prefix" and using
that they drop the "v" prefix for the version.

Therefore, a number of packages in Buildroot have a version that
doesn't match with release-monitoring.org because Buildroot has 'v0.3'
and release-monitoring.org has '0.3'.

Since really the version number of 0.3, is makes sense to update our
packages to drop this 'v'.

This commit only addresses the (common) case of github packages where
the prefix is simply 'v'. Other cases will be handled by separate
commits. Also, there are a few cases that couldn't be handled
mechanically that aren't covered by this commit.

Signed-off-by: Victor Huesca <victor.huesca@bootlin.com>
[Arnout: don't change flatbuffers, json-for-modern-cpp, libpagekite,
 python-scapy3k, softether]
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
2019-06-19 22:27:55 +02:00
..
afboot-stm32 package: remove 'v' prefix from github-fetched packages 2019-06-19 22:27:55 +02:00
arm-trusted-firmware boot/arm-trusted-firmware: support debug mode 2019-03-20 22:57:12 +01:00
at91bootstrap
at91bootstrap3 boot/at91bootstrap3: add upstream URL in Config.in help text 2018-09-20 22:10:54 +02:00
at91dataflashboot
barebox boot/barebox: bump version to 2019.05.0 2019-05-26 21:26:43 +02:00
binaries-marvell boot/binaries-marvell: bump version to marvell-armada-18.06 2018-10-11 09:28:44 +02:00
boot-wrapper-aarch64
grub2 boot/grub: fix grub-mkimage with binutils >= 2.31 2018-12-13 21:37:08 +01:00
gummiboot boot/gummiboot: fix linking for non-host compatible targets 2019-03-26 18:53:47 +01:00
lpc32xxcdl
mv-ddr-marvell boot/mv-ddr-marvell: bump version to armada-18.09.2 2018-10-11 09:28:31 +02:00
mxs-bootlets
opensbi package: remove 'v' prefix from github-fetched packages 2019-06-19 22:27:55 +02:00
optee-os Merge branch 'next' 2019-06-02 22:11:20 +02:00
riscv-pk boot/riscv-pk: deprecate riscv-pk and BBL 2019-03-26 15:00:21 +01:00
s500-bootloader
shim boot/shim: new package 2019-01-12 17:38:25 +01:00
syslinux boot/syslinux: fix build with binutils note gnu property section 2019-04-07 11:54:48 +02:00
ts4800-mbrboot
uboot boot/uboot: add support for having host-python-pyelftools as a dependency 2019-04-20 22:21:37 +02:00
vexpress-firmware
common.mk
Config.in boot/opensbi: new package 2019-03-26 13:30:48 +01:00