summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrieder Schrempf <frieder.schrempf@kontron.de>2022-10-11 16:33:54 +0200
committerFrieder Schrempf <frieder.schrempf@kontron.de>2022-10-11 16:33:59 +0200
commit97b59b7de50b98e567a71d2a13fc18bc56b45931 (patch)
treebf9e6c5e00811a512df313089ecdedae3b575d08
parente391c03e50844d68594068580cc4a578d66f728f (diff)
downloadmeta-freescale-97b59b7de50b98e567a71d2a13fc18bc56b45931.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>
-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"