]> code.ossystems Code Review - openembedded-core.git/commit
meson: Correctly set uid/gid of installed files
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>
Sat, 6 Mar 2021 13:46:22 +0000 (14:46 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 6 Mar 2021 22:36:35 +0000 (22:36 +0000)
commit8f19fb08b66cd75616345e96fa5718048daae7fe
treef3f03c90fc3283b9aba43d20b1a9b9b965d02937
parentaefcc7a7dd012530ed846292caaed70d20589a3a
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 <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/meson/meson.inc
meta/recipes-devtools/meson/meson/0001-minstall-Correctly-set-uid-gid-of-installed-files.patch [new file with mode: 0644]