]> code.ossystems Code Review - openembedded-core.git/commit
reproducible_build.bbclass: Enable -Wdate-time
authorKhem Raj <raj.khem@gmail.com>
Wed, 28 Apr 2021 20:38:13 +0000 (13:38 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 1 May 2021 21:46:42 +0000 (22:46 +0100)
commit20335cd89001f5fb159f5f1b0c3bd5e40b8b2fb5
tree2f760bc06c9390a57015a4d1e6842b8ed74ebd07
parent972c50d6e46ee9dfba8b8ea3867ebdbf24001e6e
reproducible_build.bbclass: Enable -Wdate-time

This will help identifying packages using __TIME__, __DATE__ and
__TIMESTAMP__ macros in code, its a warning from the compiler and the
packages which use -Werror will break the build with this and where they
don't we will atleast have a warning in the build logs

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/reproducible_build.bbclass