diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2021-08-20 12:32:38 +0800 |
---|---|---|
committer | Jia Zhang <zhang.jia@linux.alibaba.com> | 2021-08-20 15:59:51 +0800 |
commit | dad89db9b9c12bbff9e301f20ac5da0e7e318f23 (patch) | |
tree | 57d1e465efb92f8c747b78992c1742fc71cd04a7 /meta-integrity/classes/git@git.enea.com:linux | |
parent | e004d3765058a1288e4729c7076c818896085bbd (diff) | |
download | meta-secure-core-dad89db9b9c12bbff9e301f20ac5da0e7e318f23.tar.gz |
libsign: fix build reproducibility issue
Fixes:
| selsign.c: In function 'show_banner':
| selsign.c:57:62: error: macro "__DATE__" might prevent reproducible builds [-Werror=date-time]
| 57 | info_cont("Build Time: " __DATE__ " " __TIME__ "\n\n");
| | ^
| selsign.c:57:34: error: macro "__TIME__" might prevent reproducible builds [-Werror=date-time]
| 57 | info_cont("Build Time: " __DATE__ " " __TIME__ "\n\n");
| | ^~~~~~~~
| cc1: all warnings being treated as errors
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Diffstat (limited to 'meta-integrity/classes/git@git.enea.com:linux')
0 files changed, 0 insertions, 0 deletions