mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-05 05:04:44 +02:00
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. (From OE-Core rev: dfb3b566412fb704c5ce67c2dec74c5b1a20921f) Signed-off-by: Paul Barker <paul@betafive.co.uk> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
c4faf7364c
commit
a60b54046f
5
scripts/native-intercept/chgrp
Executable file
5
scripts/native-intercept/chgrp
Executable file
|
@ -0,0 +1,5 @@
|
|||
#! /bin/sh
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
#
|
||||
echo "Intercept $0: $@ -- do nothing"
|
Loading…
Reference in New Issue
Block a user