From 73732d0d8019c6327b9deda95ccf668cdac623a7 Mon Sep 17 00:00:00 2001 From: Andreas Oberritter Date: Sat, 29 Jan 2011 00:51:10 +0000 Subject: [PATCH] robostix-module: depend on kernel-${KERNEL_VERSION} instead of kernel (= ${KERNEL_VERSION}) * As a special case, kernel modules must depend on kernel-${KERNEL_VERSION}, which gets runtime provided by the kernel package. The reason is, that the package version can be different from ${KERNEL_VERSION}, because the latter depends on the kernel configuration, e.g. CONFIG_LOCALVERSION. Signed-off-by: Andreas Oberritter --- recipes/robostix-module/robostix-module.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/robostix-module/robostix-module.bb b/recipes/robostix-module/robostix-module.bb index 8f5823dae5..859b584b45 100644 --- a/recipes/robostix-module/robostix-module.bb +++ b/recipes/robostix-module/robostix-module.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Linux Driver for Gumstix robostix daughtercards" SECTION = "base" PRIORITY = "optional" LICENSE = "GPL" -RDEPENDS_${PN} = "kernel (= ${KERNEL_VERSION})" +RDEPENDS_${PN} = "kernel-${KERNEL_VERSION}" DEPENDS = "virtual/kernel" PR = "r2" -- 2.39.5