From a60b54046f079ae0f22e5bf6ae4f4083155ef818 Mon Sep 17 00:00:00 2001 From: Paul Barker Date: Tue, 12 Nov 2019 22:10:03 +0000 Subject: 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 Signed-off-by: Richard Purdie --- scripts/native-intercept/chgrp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 scripts/native-intercept/chgrp (limited to 'scripts') diff --git a/scripts/native-intercept/chgrp b/scripts/native-intercept/chgrp new file mode 100755 index 0000000000..399c979f9a --- /dev/null +++ b/scripts/native-intercept/chgrp @@ -0,0 +1,5 @@ +#! /bin/sh +# +# SPDX-License-Identifier: GPL-2.0-only +# +echo "Intercept $0: $@ -- do nothing" -- cgit v1.2.3-54-g00ecf