diff options
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r-- | meta/conf/bitbake.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 7f8b043cc4..b4e8990473 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -898,3 +898,9 @@ BB_SIGNATURE_EXCLUDE_FLAGS ?= "doc deps depends \ | |||
898 | 898 | ||
899 | MLPREFIX ??= "" | 899 | MLPREFIX ??= "" |
900 | MULTILIB_VARIANTS ??= "" | 900 | MULTILIB_VARIANTS ??= "" |
901 | |||
902 | # Older versions of bitbake (< 1.42) don't set BB_UNIHASH. For compatibility with these | ||
903 | # versions, set BB_UNIHASH equivalent to BB_TASKHASH if unspecified, which is | ||
904 | # what it would be anyway if the signature generator (e.g. OEEquivHash) doesn't | ||
905 | # support unihashes. | ||
906 | BB_UNIHASH ?= "${BB_TASKHASH}" | ||