diff options
Diffstat (limited to 'scripts/oe-find-native-sysroot')
-rwxr-xr-x | scripts/oe-find-native-sysroot | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/scripts/oe-find-native-sysroot b/scripts/oe-find-native-sysroot index cc146b3fdb..5146bbf999 100755 --- a/scripts/oe-find-native-sysroot +++ b/scripts/oe-find-native-sysroot | |||
@@ -17,18 +17,8 @@ | |||
17 | # | 17 | # |
18 | # Copyright (c) 2010 Linux Foundation | 18 | # Copyright (c) 2010 Linux Foundation |
19 | # | 19 | # |
20 | # This program is free software; you can redistribute it and/or modify | 20 | # SPDX-License-Identifier: GPL-2.0-only |
21 | # it under the terms of the GNU General Public License version 2 as | ||
22 | # published by the Free Software Foundation. | ||
23 | # | 21 | # |
24 | # This program is distributed in the hope that it will be useful, | ||
25 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
26 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
27 | # GNU General Public License for more details. | ||
28 | # | ||
29 | # You should have received a copy of the GNU General Public License along | ||
30 | # with this program; if not, write to the Free Software Foundation, Inc., | ||
31 | # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | ||
32 | 22 | ||
33 | if [ "$1" = '--help' -o "$1" = '-h' -o $# -ne 1 ] ; then | 23 | if [ "$1" = '--help' -o "$1" = '-h' -o $# -ne 1 ] ; then |
34 | echo 'Usage: oe-find-native-sysroot <recipe> [-h|--help]' | 24 | echo 'Usage: oe-find-native-sysroot <recipe> [-h|--help]' |