]> code.ossystems Code Review - openembedded-core.git/commit
package/package_rpm: Disable font_provides configuration for reproducibilty
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 24 Feb 2021 21:51:08 +0000 (21:51 +0000)
committerSteve Sakoman <steve@sakoman.com>
Fri, 5 Mar 2021 14:40:01 +0000 (04:40 -1000)
commited1fbc5a33ea6e6cdcfd4749153b51338b132619
tree89128aebddc103d28777fca19661f27ede97837c
parent1f218351c2ef702c76b1d1e793a624e1a4f5079b
package/package_rpm: Disable font_provides configuration for reproducibilty

The host may or may not have fc-cache which is used for find provides
information by rpmdeps. This lead to non-deterministic build output.
Disable the font provides code so we have deterministic builds,
we have nothing using/relying on it at this point.

Need to disable this in both the rpmdeps code and in package_rpm
itself although the latter shouldn't be being used.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 1c0cd8012a96fd4d9caf33c6de5fd39cea6db55d)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/classes/package.bbclass
meta/classes/package_rpm.bbclass