We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 386727e commit 7edfcffCopy full SHA for 7edfcff
meta-zephyr-sdk/recipes-devtools/meson/meson.inc
@@ -28,7 +28,7 @@ FILES_${PN} += "${datadir}/polkit-1"
28
29
do_install_append () {
30
# As per the same issue in the python recipe itself:
31
- # Unfortunately the following pyc files are non-deterministc due to 'frozenset'
+ # Unfortunately the following pyc files are non-deterministic due to 'frozenset'
32
# being written without strict ordering, even with PYTHONHASHSEED = 0
33
# Upstream is discussing ways to solve the issue properly, until then let's
34
# just not install the problematic files.
0 commit comments