diff options
Diffstat (limited to 'meta/classes/kernel.bbclass')
-rw-r--r-- | meta/classes/kernel.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass index 9bc0e41251..dc0152f74a 100644 --- a/meta/classes/kernel.bbclass +++ b/meta/classes/kernel.bbclass | |||
@@ -279,7 +279,7 @@ get_cc_option () { | |||
279 | 279 | ||
280 | kernel_do_compile() { | 280 | kernel_do_compile() { |
281 | unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS MACHINE | 281 | unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS MACHINE |
282 | if [ "$BUILD_REPRODUCIBLE_BINARIES" = "1" ]; then | 282 | if [ "${BUILD_REPRODUCIBLE_BINARIES}" = "1" ]; then |
283 | # kernel sources do not use do_unpack, so SOURCE_DATE_EPOCH may not | 283 | # kernel sources do not use do_unpack, so SOURCE_DATE_EPOCH may not |
284 | # be set.... | 284 | # be set.... |
285 | if [ "$SOURCE_DATE_EPOCH" = "0" ]; then | 285 | if [ "$SOURCE_DATE_EPOCH" = "0" ]; then |