summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/meson/meson.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/meson/meson.inc')
-rw-r--r--meta/recipes-devtools/meson/meson.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-devtools/meson/meson.inc b/meta/recipes-devtools/meson/meson.inc
index 7ddfccf2d6..f1746d2094 100644
--- a/meta/recipes-devtools/meson/meson.inc
+++ b/meta/recipes-devtools/meson/meson.inc
@@ -24,11 +24,11 @@ UPSTREAM_CHECK_REGEX = "meson-(?P<pver>\d+(\.\d+)+)\.tar"
24 24
25inherit setuptools3 25inherit setuptools3
26 26
27RDEPENDS_${PN} = "ninja python3-modules python3-pkg-resources" 27RDEPENDS:${PN} = "ninja python3-modules python3-pkg-resources"
28 28
29FILES_${PN} += "${datadir}/polkit-1" 29FILES:${PN} += "${datadir}/polkit-1"
30 30
31do_install_append () { 31do_install:append () {
32 # As per the same issue in the python recipe itself: 32 # As per the same issue in the python recipe itself:
33 # Unfortunately the following pyc files are non-deterministc due to 'frozenset' 33 # Unfortunately the following pyc files are non-deterministc due to 'frozenset'
34 # being written without strict ordering, even with PYTHONHASHSEED = 0 34 # being written without strict ordering, even with PYTHONHASHSEED = 0