diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-02-24 21:51:08 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-02-26 15:21:20 +0000 |
| commit | 61d9c0b77bedf1d6d37437447eb6b154c2d84a78 (patch) | |
| tree | 66f11da36b22d360295d51900e24e8966055f1c7 /meta/classes/package.bbclass | |
| parent | 07176f26099e65f2c6434ba7541ec528db6d3f9c (diff) | |
| download | poky-61d9c0b77bedf1d6d37437447eb6b154c2d84a78.tar.gz | |
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.
(From OE-Core rev: 1c0cd8012a96fd4d9caf33c6de5fd39cea6db55d)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/package.bbclass')
| -rw-r--r-- | meta/classes/package.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/package.bbclass b/meta/classes/package.bbclass index 417e225297..e3f0a7060b 100644 --- a/meta/classes/package.bbclass +++ b/meta/classes/package.bbclass | |||
| @@ -1710,7 +1710,7 @@ if [ x"$D" = "x" ]; then | |||
| 1710 | fi | 1710 | fi |
| 1711 | } | 1711 | } |
| 1712 | 1712 | ||
| 1713 | RPMDEPS = "${STAGING_LIBDIR_NATIVE}/rpm/rpmdeps --alldeps" | 1713 | RPMDEPS = "${STAGING_LIBDIR_NATIVE}/rpm/rpmdeps --alldeps --define '__font_provides %{nil}'" |
| 1714 | 1714 | ||
| 1715 | # Collect perfile run-time dependency metadata | 1715 | # Collect perfile run-time dependency metadata |
| 1716 | # Output: | 1716 | # Output: |
