diff options
| author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2021-03-06 14:46:22 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-03-06 22:39:04 +0000 |
| commit | a7e117c8ed063eb11266de3f696d12a2b7b9708e (patch) | |
| tree | 54b5559f149510408ba83806acaeee1fb39f92ee /meta/recipes-devtools/meson/meson.inc | |
| parent | fac55b36a41b3a17a810a4ec54224dd7f3086e47 (diff) | |
| download | poky-a7e117c8ed063eb11266de3f696d12a2b7b9708e.tar.gz | |
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.
(From OE-Core rev: 8f19fb08b66cd75616345e96fa5718048daae7fe)
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/meson/meson.inc')
| -rw-r--r-- | meta/recipes-devtools/meson/meson.inc | 1 |
1 files changed, 1 insertions, 0 deletions
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 | |||
| 14 | file://disable-rpath-handling.patch \ | 14 | file://disable-rpath-handling.patch \ |
| 15 | file://cross-prop-default.patch \ | 15 | file://cross-prop-default.patch \ |
| 16 | file://0001-modules-python.py-do-not-substitute-python-s-install.patch \ | 16 | file://0001-modules-python.py-do-not-substitute-python-s-install.patch \ |
| 17 | file://0001-minstall-Correctly-set-uid-gid-of-installed-files.patch \ | ||
| 17 | " | 18 | " |
| 18 | SRC_URI[sha256sum] = "72e1c782ba9bda204f4a1ed57f98d027d7b6eb9414c723eebbd6ec7f1955c8a6" | 19 | SRC_URI[sha256sum] = "72e1c782ba9bda204f4a1ed57f98d027d7b6eb9414c723eebbd6ec7f1955c8a6" |
| 19 | 20 | ||
