[oe-commits] Andreas Oberritter : char-driver: fix RDEPENDS version syntax

git version control git at git.openembedded.org
Fri Jan 28 20:19:59 UTC 2011


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

Author: Andreas Oberritter <obi at opendreambox.org>
Date:   Fri Jan 28 20:12:30 2011 +0000

char-driver: fix RDEPENDS version syntax

Signed-off-by: Andreas Oberritter <obi at opendreambox.org>

---

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

diff --git a/recipes/char-driver/char-driver.bb b/recipes/char-driver/char-driver.bb
index 9a623d4..5daf356 100644
--- a/recipes/char-driver/char-driver.bb
+++ b/recipes/char-driver/char-driver.bb
@@ -5,7 +5,7 @@ DESCRIPTION = "char-driver and userspace program"
 PRIORITY = "optional"
 SECTION = "base"
 LICENSE = "GPL"
-RDEPENDS_${PN} = "kernel (${KERNEL_VERSION})"
+RDEPENDS_${PN} = "kernel (= ${KERNEL_VERSION})"
 DEPENDS = "virtual/kernel"
 
 PR = "r4"





More information about the Openembedded-commits mailing list