[oe-commits] Andreas Oberritter : robostix-module: depend on kernel-${KERNEL_VERSION} instead of kernel (= ${KERNEL_VERSION})

git version control git at git.openembedded.org
Sat Jan 29 00:59:04 UTC 2011


Module: openembedded.git
Branch: master
Commit: 73732d0d8019c6327b9deda95ccf668cdac623a7
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=73732d0d8019c6327b9deda95ccf668cdac623a7

Author: Andreas Oberritter <obi at opendreambox.org>
Date:   Sat Jan 29 00:51:10 2011 +0000

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 <obi at opendreambox.org>

---

 recipes/robostix-module/robostix-module.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/robostix-module/robostix-module.bb b/recipes/robostix-module/robostix-module.bb
index 8f5823d..859b584 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"





More information about the Openembedded-commits mailing list