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

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


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

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

wifistix: fix RDEPENDS version syntax

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

---

 recipes/wifistix/wifistix-modules_5.0.16.p0.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/wifistix/wifistix-modules_5.0.16.p0.bb b/recipes/wifistix/wifistix-modules_5.0.16.p0.bb
index 2d91332..d69ea75 100644
--- a/recipes/wifistix/wifistix-modules_5.0.16.p0.bb
+++ b/recipes/wifistix/wifistix-modules_5.0.16.p0.bb
@@ -6,7 +6,7 @@ SECTION = "base"
 PRIORITY = "optional"
 HOMEPAGE = "http://www.gumstix.com"
 LICENSE = "GPL"
-RDEPENDS_${PN} = "kernel (${KERNEL_VERSION})"
+RDEPENDS_${PN} = "kernel (= ${KERNEL_VERSION})"
 DEPENDS = "virtual/kernel"
 PR = "r1"
 





More information about the Openembedded-commits mailing list