[OE-core] [PATCH] scripts/native-intercept: Add chgrp intercept

Paul Barker paul at betafive.co.uk
Tue Nov 12 22:10:03 UTC 2019


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 at betafive.co.uk>
---
 scripts/native-intercept/chgrp | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100755 scripts/native-intercept/chgrp

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"
-- 
2.24.0



More information about the Openembedded-core mailing list