From 8f19fb08b66cd75616345e96fa5718048daae7fe Mon Sep 17 00:00:00 2001 From: Peter Kjellerstedt Date: Sat, 6 Mar 2021 14:46:22 +0100 Subject: meson: Correctly set uid/gid of installed files In 0.57.0, the uid and gid arguments passed to os.chown() when using install_mode were accidentally swapped, causing files to end up with incorrect owner/group if the owner and group are not the same. Signed-off-by: Peter Kjellerstedt Signed-off-by: Richard Purdie --- meta/recipes-devtools/meson/meson.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-devtools/meson/meson.inc') diff --git a/meta/recipes-devtools/meson/meson.inc b/meta/recipes-devtools/meson/meson.inc index 622c22affd..8454d18c28 100644 --- a/meta/recipes-devtools/meson/meson.inc +++ b/meta/recipes-devtools/meson/meson.inc @@ -14,6 +14,7 @@ SRC_URI = "https://github.com/mesonbuild/meson/releases/download/${PV}/meson-${P file://disable-rpath-handling.patch \ file://cross-prop-default.patch \ file://0001-modules-python.py-do-not-substitute-python-s-install.patch \ + file://0001-minstall-Correctly-set-uid-gid-of-installed-files.patch \ " SRC_URI[sha256sum] = "72e1c782ba9bda204f4a1ed57f98d027d7b6eb9414c723eebbd6ec7f1955c8a6" -- cgit 1.2.3-korg