summaryrefslogtreecommitdiffstats
path: root/package/qt5/qt5xmlpatterns
diff options
context:
space:
mode:
authorJean-Baptiste Trédez <jean-baptiste.tredez@basystemes.fr>2016-12-07 16:20:42 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-12-07 23:34:52 +0100
commit10fc02b984f6f8c06291f94e6dbef0b289fd3880 (patch)
tree09d1a5dfc7351f6a31693b762dc4b1342156f9a4 /package/qt5/qt5xmlpatterns
parent520d9975bda643d2cdea6007baf0411c2ea622a5 (diff)
downloadbuildroot-10fc02b984f6f8c06291f94e6dbef0b289fd3880.tar.gz
buildroot-10fc02b984f6f8c06291f94e6dbef0b289fd3880.zip
linux: generate KBUILD_BUILD_TIMESTAMP date whith LC_ALL=C
Fix kernel reproducible build if a non-C locale is used on the host system. When building the Linux kernel, scripts/gen_initramfs_list.sh does 'date -d"$KBUILD_BUILD_TIMESTAMP" +%s'. In linux.mk, Buildroot sets KBUILD_BUILD_TIMESTAMP to "$(shell date -d @$(SOURCE_DATE_EPOCH))". For example, if LANG=fr_FR.UTF-8 is defined in the host system, it does not work: - LC_ALL=C date -d"$(LC_ALL=C date)" : ok - LC_ALL=C date -d"$(LC_ALL=fr_FR.UTF-8 date)" : error LANG/LC_ALL variables exported in the main Makefiles are not passed in the $(shell ...) sub-shells. Signed-off-by: Jean-Baptiste Trédez <jean-baptiste.tredez@basystemes.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/qt5/qt5xmlpatterns')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud