package: remove non-conventional prefix/suffix from tarball-fetched packages
authorVictor Huesca <victor.huesca@bootlin.com>
Wed, 12 Jun 2019 06:42:09 +0000 (08:42 +0200)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Thu, 20 Jun 2019 21:20:28 +0000 (23:20 +0200)
commit360a0621476c9cc188b5403b64f6509df1a6da9a
tree90276fb970cd1198c25280f5fdb5029ea74279d9
parent61540644feef2babaf7b2f446a6df0bf613fb62a
package: remove non-conventional prefix/suffix from tarball-fetched packages

While most projects name their tarball <name>-<version>, where
<version> is just the version number, some other projects add some
prefix and/or suffix to their version number.

In Buildroot, we currently encode the full version (with its
prefix/suffix) in the <pkg>_VERSION variable. However, that doesn't
work well to match version numbers with the release-monitoring.org
website, which filters such prefixes/suffixes.

This commit therefore removes the prefix/suffix from tarball-fetched
packages. The name of the files being downloaded does not change.

Signed-off-by: Victor Huesca <victor.huesca@bootlin.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
package/libcuefile/libcuefile.mk
package/libevent/libevent.mk
package/lshw/lshw.mk
package/mksh/mksh.mk
package/zynq-boot-bin/zynq-boot-bin.mk