madwifi: fix RDEPENDS version syntax
authorAndreas Oberritter <obi@opendreambox.org>
Fri, 28 Jan 2011 20:12:32 +0000 (20:12 +0000)
committerAndreas Oberritter <obi@opendreambox.org>
Fri, 28 Jan 2011 20:16:43 +0000 (20:16 +0000)
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
recipes/madwifi/madwifi-modules_0.9.3.bb
recipes/madwifi/madwifi-modules_cvs-bsd.bb
recipes/madwifi/madwifi-modules_cvs.bb
recipes/madwifi/madwifi-ng_r.inc

index 15e345c..efb27f1 100644 (file)
@@ -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}) wireless-tools (>=27)"
+RDEPENDS_${PN} = "kernel (= ${KERNEL_VERSION}) wireless-tools (>= 27)"
 DEPENDS = "virtual/kernel"
 CONFLICTS = "hostap-daemon (<0.4.8)"
 SRCDATE = "20050803"
index 8298e90..c60bfe9 100644 (file)
@@ -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"
index 75776ad..82e9b9a 100644 (file)
@@ -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"
 SRCDATE = "20060814"
 PV = "1.0.0+cvs${SRCDATE}"
index d7fe306..4b79130 100644 (file)
@@ -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"
 INC_PR = "r7"