toolchain: add PKG_RELEASE if local files
authorPaul Spooren <mail@aparcar.org>
Thu, 23 Jul 2020 20:20:57 +0000 (10:20 -1000)
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>
Wed, 29 Jul 2020 15:13:51 +0000 (17:13 +0200)
commiteda3da56a6847f94aaff42a493166670853b8bc6
tree8c2be1d9b457fec5c4a6be711cc32095b86d7c10
parent6da53561950034da93d79db787e64fb5829c1ffe
toolchain: add PKG_RELEASE if local files

The toolchain packages partly contain local code like patches and
configuration files. These files are not tracked via PKG_VERSION as this
variable only covers the upstream package version.

To allow versioning of the buildsystem, this commit adds PKG_RELEASE:=1
to all toolchain packages with local files. Whenever a local file is
changed the release must be increased.

This does not touch binutils and gcc for now, as these provide multiple
versions within one package.

Also update the copyright of touched files to 2020.

Signed-off-by: Paul Spooren <mail@aparcar.org>
[exclude binutils/gcc from patch, adjust commit title/message]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
toolchain/gdb/Makefile
toolchain/glibc/common.mk
toolchain/uClibc/common.mk