summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrieder Schrempf <frieder.schrempf@kontron.de>2022-10-11 16:33:54 +0200
committerOtavio Salvador <otavio@ossystems.com.br>2022-10-11 12:54:21 -0300
commitbf58f243f888320ff19f494eda271f0f39b9e20f (patch)
tree827fa7c5df33df448c7e8aa18f9624eeff1cbd3c
parent4e4bed4761736cfe457a73411082631f149116b6 (diff)
downloadmeta-freescale-bf58f243f888320ff19f494eda271f0f39b9e20f.tar.gz
linux-mfgtool.inc: Fix KERNEL_PACKAGE_NAME
Using a KERNEL_PACKAGE_NAME without the "linux-" prefix causes parsing errors like: ERROR: [...]/meta-freescale/recipes-kernel/linux/linux-fslc-mfgtool_5.4.bb: QA Issue: [...]/meta-freescale/recipes-kernel/linux/linux-fslc-mfgtool_5.4.bb: Variable RDEPENDS is set as not being package specific, please fix this. [pkgvarcheck] Fix this by setting KERNEL_PACKAGE_NAME to "linux-mfgtools", which also reflects the value mentioned in the original commit's message [1]. [1] https://github.com/Freescale/meta-freescale/commit/9a5a143d97345871d4c258ce6ce13567d87f5ba7 Signed-off-by: Frieder Schrempf <frieder.schrempf@kontron.de> (cherry picked from commit 1cd3a109c723f755203c9967144b2d352096987c)
-rw-r--r--recipes-kernel/linux/linux-mfgtool.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-mfgtool.inc b/recipes-kernel/linux/linux-mfgtool.inc
index 7ff370e4..93a27d8c 100644
--- a/recipes-kernel/linux/linux-mfgtool.inc
+++ b/recipes-kernel/linux/linux-mfgtool.inc
@@ -4,4 +4,4 @@
4 4
5PROVIDES = "linux-mfgtool" 5PROVIDES = "linux-mfgtool"
6 6
7KERNEL_PACKAGE_NAME = "mfgtool" 7KERNEL_PACKAGE_NAME = "linux-mfgtool"