libftdi1: Improve build binary reproducibility 15256/head
authorGiovanni Giacobbi <giovanni@giacobbi.net>
Thu, 25 Mar 2021 14:59:51 +0000 (14:59 +0000)
committerGiovanni Giacobbi <giovanni@giacobbi.net>
Fri, 26 Mar 2021 10:48:39 +0000 (10:48 +0000)
commit7af60cc3e295f7b1bbb58324c6f8679748fd0347
treeb928a3a824729485db44db05ac8999f309cbdc4b
parente2d1af1a2909d9566ba87ad0feb30fbbb6cb28dd
libftdi1: Improve build binary reproducibility

The library embeds the result of "git describe" inside the source code, making the binary result dependent of the particular commit being used in the build root when building inside a git working copy.

As this is unnecessary information, remove this option and fallback to the default "unknown", which is also the value compiled by tools that do not clone but export the openwrt base tree.

Signed-off-by: Giovanni Giacobbi <giovanni@giacobbi.net>
libs/libftdi1/Makefile
libs/libftdi1/patches/102-remove-snapshot-git.patch [new file with mode: 0644]