Kaynağa Gözat

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>
Paul Barker 4 yıl önce
ebeveyn
işleme
dfb3b56641
1 değiştirilmiş dosya ile 5 ekleme ve 0 silme
  1. 5 0
      scripts/native-intercept/chgrp

+ 5 - 0
scripts/native-intercept/chgrp

@@ -0,0 +1,5 @@
+#! /bin/sh
+#
+# SPDX-License-Identifier: GPL-2.0-only
+#
+echo "Intercept $0: $@ -- do nothing"