]> code.ossystems Code Review - openembedded-core.git/commit
scripts/native-intercept: Add chgrp intercept
authorPaul Barker <paul@betafive.co.uk>
Tue, 12 Nov 2019 22:10:03 +0000 (22:10 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 14 Nov 2019 13:14:25 +0000 (13:14 +0000)
commitdfb3b566412fb704c5ce67c2dec74c5b1a20921f
tree1c74c4fba6c34137359daf98bd9a97c6f7048c21
parent3f91512ffc8c1c3374b3a67df5f86e884c78d7a1
scripts/native-intercept: Add chgrp intercept

Some installation rules have been seen to run chgrp for native recipes
which leads to 'Operation not permitted' errors. To prevent this we
need a chgrp intercept script to go with the existing chown intercept.

Signed-off-by: Paul Barker <paul@betafive.co.uk>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/native-intercept/chgrp [new file with mode: 0755]