summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
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:53:45 -0300
commit1cd3a109c723f755203c9967144b2d352096987c (patch)
treeb3548ee66ba085d12e925392b104973163976367 /recipes-kernel
parent7fae1797f511e53ec67e59fca5e128f55125a10d (diff)
downloadmeta-freescale-1cd3a109c723f755203c9967144b2d352096987c.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>
Diffstat (limited to 'recipes-kernel')
-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"