]> code.ossystems Code Review - openembedded-core.git/commit
ltp: Fix determinism issue
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 9 Mar 2021 14:26:12 +0000 (14:26 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 10 Mar 2021 10:29:44 +0000 (10:29 +0000)
commitfda178ace0f4acad931c69300f6af54556472a06
treebcfaaa4d41c36ab55dd6420ba03b938d4133a103
parent64f98a731adaf86c9185c90436db1a6eb8e16b42
ltp: Fix determinism issue

There was still a remaining issue with reporoducibility based upon the
make version from the host system. Some versions added whitespace for
XXX+=<tab> (e.g. 4.1) and some versions do not (e.g. 4.3).

Replace the determinism patches with those submitted upstream both
for this issue and the previous one.

The LC_ALL setting for sort is dropped as it didn't fix an issue as hoped.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/ltp/ltp/0001-open_posix_testsuite-generate-makefiles.sh-Avoid-inc.patch [new file with mode: 0644]
meta/recipes-extended/ltp/ltp/0002-Makefile-Avoid-wildcard-determinism-issues.patch [new file with mode: 0644]
meta/recipes-extended/ltp/ltp/determinism2.patch [deleted file]
meta/recipes-extended/ltp/ltp_20210121.bb