From 97b59b7de50b98e567a71d2a13fc18bc56b45931 Mon Sep 17 00:00:00 2001 From: Frieder Schrempf Date: Tue, 11 Oct 2022 16:33:54 +0200 Subject: 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 --- recipes-kernel/linux/linux-mfgtool.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ PROVIDES = "linux-mfgtool" -KERNEL_PACKAGE_NAME = "mfgtool" +KERNEL_PACKAGE_NAME = "linux-mfgtool" -- cgit v1.2.3-54-g00ecf