]> code.ossystems Code Review - openembedded-core.git/commit
toolchain-shar-extract: ignore timestamp on decompress
authorJeremy Puhlman <jpuhlman@mvista.com>
Fri, 21 Feb 2020 20:20:15 +0000 (12:20 -0800)
committerArmin Kuster <akuster808@gmail.com>
Sun, 23 Feb 2020 17:43:22 +0000 (09:43 -0800)
commit2d61ef93383d49db43af144aa17a88dd250ceb95
tree6c1c0769a73f5449a3805b8f478485a4583c5352
parent8856aa960ff4c9c833e958082466d19259915d5f
toolchain-shar-extract: ignore timestamp on decompress

Installing on centos7, which the extended version of the
buildtools tarball is supposed to fix and with reproducable
builds turned on, all the time stamps are for epoch. This
results in the following output for every file:

tar: ./sysroots/x86_64-pokysdk-linux/usr/include/c++/9.2.0/cstdalign: implausibly old time stamp 1969-12-31 16:00:00
tar: ./sysroots/x86_64-pokysdk-linux/usr/lib/libstdc++.so.6: implausibly old time stamp 1969-12-31 16:00:00

Ignore the timestamps during the uncompession step.

Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 319ca22ea4465c56c63730847378a7aee4f5935a)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/files/toolchain-shar-extract.sh