mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 09:49:32 +02:00
classes/recipes: Use expanded BUILD_REPRODUCIBLE_BINARIES value
Replace the occurences of BUILD_REPRODUCIBLE_BINARIES with expanded
values ${BUILD_REPRODUCIBLE_BINARIES} so the variable does not need to be
exported.
(From OE-Core rev: 27f87bbc8395a2481ef808465a62d213a6b678ac)
Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
5350ee3177
commit
98e852983c
@@ -36,7 +36,7 @@ prelink_image () {
|
||||
dynamic_loader=$(linuxloader)
|
||||
|
||||
# prelink!
|
||||
if [ "$BUILD_REPRODUCIBLE_BINARIES" = "1" ]; then
|
||||
if [ "${BUILD_REPRODUCIBLE_BINARIES}" = "1" ]; then
|
||||
bbnote " prelink: BUILD_REPRODUCIBLE_BINARIES..."
|
||||
if [ "$REPRODUCIBLE_TIMESTAMP_ROOTFS" = "" ]; then
|
||||
export PRELINK_TIMESTAMP=`git log -1 --pretty=%ct `
|
||||
|
||||
Reference in New Issue
Block a user