From 634e2342f0b13d89ab3212f3ddc8d4ea584f7525 Mon Sep 17 00:00:00 2001 From: "Abner C. Paula" Date: Thu, 5 Dec 2024 11:06:51 -0300 Subject: [PATCH] generate-license-file: Fix layer name Signed-off-by: Abner C. Paula --- scripts/generate-license-file | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/generate-license-file b/scripts/generate-license-file index b6d43cd9f..2f4e97666 100755 --- a/scripts/generate-license-file +++ b/scripts/generate-license-file @@ -3,7 +3,7 @@ # Create or clear the LICENSE file echo "# License Information" > LICENSE echo "" >> LICENSE -echo "This file lists all licenses used by recipes in the meta-freescale-3rdparty layer." >> LICENSE +echo "This file lists all licenses used by recipes in the meta-freescale layer." >> LICENSE echo "" >> LICENSE # Find all .bb and .inc files and extract license information