lldpd: use release tar instead of codeload
authorChristian Marangi <ansuelsmth@gmail.com>
Thu, 12 Jan 2023 00:05:44 +0000 (01:05 +0100)
committerChristian Marangi <ansuelsmth@gmail.com>
Thu, 12 Jan 2023 13:55:07 +0000 (14:55 +0100)
commitd9aa41dcdaeb38d48e0e74c61fd3fa6a41ac7f87
tree1cdd0a29f6e4b394cb93807670bdba111a8cd1ad
parent0a35d3f9923703fc229abc16e2e7459a9f68b1d9
lldpd: use release tar instead of codeload

There is currently a problem with making reproducible version of lldpd.
The tool version is generated based on 3 source:
1. .dist-version file in release tar
2. git hash with presence of .git directory
3. current date

Using the codeload tar from github results in getting the repo without
the .git directory and since they are not release tar, we don't have
.dist-version. This results in having lldpd bin with a version set to
the current build time.

Switch to release tar so that we correctly have a .dist-version file and
the version is not based on the build time.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Reviewed-by: Robert Marko <robimarko@gmail.com>
package/network/services/lldpd/Makefile