diff options
Diffstat (limited to 'scripts/yocto-check-layer-wrapper')
-rwxr-xr-x | scripts/yocto-check-layer-wrapper | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/yocto-check-layer-wrapper b/scripts/yocto-check-layer-wrapper index b5df9ce989..2e3b699031 100755 --- a/scripts/yocto-check-layer-wrapper +++ b/scripts/yocto-check-layer-wrapper | |||
@@ -6,7 +6,9 @@ | |||
6 | # script to avoid a contaminated environment. | 6 | # script to avoid a contaminated environment. |
7 | # | 7 | # |
8 | # Copyright (C) 2017 Intel Corporation | 8 | # Copyright (C) 2017 Intel Corporation |
9 | # Released under the MIT license (see COPYING.MIT) | 9 | # |
10 | # SPDX-License-Identifier: MIT | ||
11 | # | ||
10 | 12 | ||
11 | if [ -z "$BUILDDIR" ]; then | 13 | if [ -z "$BUILDDIR" ]; then |
12 | echo "Please source oe-init-build-env before run this script." | 14 | echo "Please source oe-init-build-env before run this script." |