aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/madwifi/madwifi-modules_cvs-bsd.bb
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2011-01-28 20:12:32 +0000
committerAndreas Oberritter <obi@opendreambox.org>2011-01-28 20:16:43 +0000
commit8646931e88bcda88a78f66b1848b6ff38a432043 (patch)
treef03951643cf5ab585166ebfbe832fcb0e19314d7 /recipes/madwifi/madwifi-modules_cvs-bsd.bb
parent8f30344cdf1d5ad721bd5d887f8e080251285e6a (diff)
downloadopenembedded-8646931e88bcda88a78f66b1848b6ff38a432043.tar.gz
madwifi: fix RDEPENDS version syntax
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Diffstat (limited to 'recipes/madwifi/madwifi-modules_cvs-bsd.bb')
-rw-r--r--recipes/madwifi/madwifi-modules_cvs-bsd.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/madwifi/madwifi-modules_cvs-bsd.bb b/recipes/madwifi/madwifi-modules_cvs-bsd.bb
index 8298e907e2..c60bfe95bb 100644
--- a/recipes/madwifi/madwifi-modules_cvs-bsd.bb
+++ b/recipes/madwifi/madwifi-modules_cvs-bsd.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Linux driver for 802.11a/b/g universal NIC cards using Atheros ch
SECTION = "base"
PRIORITY = "optional"
LICENSE = "GPL"
-RDEPENDS_${PN} = "kernel (${KERNEL_VERSION})"
+RDEPENDS_${PN} = "kernel (= ${KERNEL_VERSION})"
DEPENDS = "virtual/kernel"
PV = "1.0.0+cvs${SRCDATE}-bsd"
DEFAULT_PREFERENCE = "-1"