From 1c7d6584a7811b7785ae5c1e378f14b5ba0971cf Mon Sep 17 00:00:00 2001 From: takeshi_hoshina Date: Mon, 2 Nov 2020 11:07:33 +0900 Subject: basesystem-jj recipes --- external/poky/scripts/native-intercept/chgrp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 external/poky/scripts/native-intercept/chgrp (limited to 'external/poky/scripts/native-intercept/chgrp') diff --git a/external/poky/scripts/native-intercept/chgrp b/external/poky/scripts/native-intercept/chgrp new file mode 100755 index 00000000..399c979f --- /dev/null +++ b/external/poky/scripts/native-intercept/chgrp @@ -0,0 +1,5 @@ +#! /bin/sh +# +# SPDX-License-Identifier: GPL-2.0-only +# +echo "Intercept $0: $@ -- do nothing" -- cgit 1.2.3-korg