]> 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)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 26 Feb 2021 15:19:27 +0000 (15:19 +0000)
commit1c0cd8012a96fd4d9caf33c6de5fd39cea6db55d
tree8c04cccb31eb78cf381b76cc6a5b8cc415972aea
parent86aacbc889830846150ff2d0f1cd7ba00a2c10f6
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>
meta/classes/package.bbclass
meta/classes/package_rpm.bbclass