[oe-commits] [openembedded-core] 38/39: scripts/native-intercept: Add chgrp intercept

git at git.openembedded.org git at git.openembedded.org
Wed Nov 13 22:49:12 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 36e326955ddc7b18a983399eef7c64b52d8384ad
Author: Paul Barker <paul at betafive.co.uk>
AuthorDate: Tue Nov 12 22:10:03 2019 +0000

    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 at betafive.co.uk>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 scripts/native-intercept/chgrp | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/scripts/native-intercept/chgrp b/scripts/native-intercept/chgrp
new file mode 100755
index 0000000..399c979
--- /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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list