diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2024-12-05 11:13:15 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-05 11:13:15 -0300 |
commit | b8b2b1fb4beb5994f5667d8d831485ea80fc6387 (patch) | |
tree | 21e8a10f5cf0e13f96823714b55ac117655e41f3 | |
parent | cb6952c9f9274076fb4915a211c16ea69fb97abf (diff) | |
parent | 634e2342f0b13d89ab3212f3ddc8d4ea584f7525 (diff) | |
download | meta-freescale-b8b2b1fb4beb5994f5667d8d831485ea80fc6387.tar.gz |
Merge pull request #2045 from hellhound94/topic/fix-script
generate-license-file: Fix layer name
-rwxr-xr-x | scripts/generate-license-file | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/generate-license-file b/scripts/generate-license-file index b6d43cd9..2f4e9766 100755 --- a/scripts/generate-license-file +++ b/scripts/generate-license-file | |||
@@ -3,7 +3,7 @@ | |||
3 | # Create or clear the LICENSE file | 3 | # Create or clear the LICENSE file |
4 | echo "# License Information" > LICENSE | 4 | echo "# License Information" > LICENSE |
5 | echo "" >> LICENSE | 5 | echo "" >> LICENSE |
6 | echo "This file lists all licenses used by recipes in the meta-freescale-3rdparty layer." >> LICENSE | 6 | echo "This file lists all licenses used by recipes in the meta-freescale layer." >> LICENSE |
7 | echo "" >> LICENSE | 7 | echo "" >> LICENSE |
8 | 8 | ||
9 | # Find all .bb and .inc files and extract license information | 9 | # Find all .bb and .inc files and extract license information |