aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/madwifi
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2011-01-29 00:51:08 +0000
committerAndreas Oberritter <obi@opendreambox.org>2011-01-29 00:55:58 +0000
commite1babf9db73af4c4e30515caf14060b92df0b737 (patch)
tree18e21c3a954d488761cadc1ee231ce72d8f3a86c /recipes/madwifi
parent87bec1fa95a6df0147d32666c8b3fccff6239369 (diff)
downloadopenembedded-e1babf9db73af4c4e30515caf14060b92df0b737.tar.gz
madwifi: 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@opendreambox.org>
Diffstat (limited to 'recipes/madwifi')
-rw-r--r--recipes/madwifi/madwifi-modules_0.9.3.bb2
-rw-r--r--recipes/madwifi/madwifi-modules_cvs-bsd.bb2
-rw-r--r--recipes/madwifi/madwifi-modules_cvs.bb2
-rw-r--r--recipes/madwifi/madwifi-ng_r.inc2
4 files changed, 4 insertions, 4 deletions
diff --git a/recipes/madwifi/madwifi-modules_0.9.3.bb b/recipes/madwifi/madwifi-modules_0.9.3.bb
index efb27f1fd8..c9761d370a 100644
--- a/recipes/madwifi/madwifi-modules_0.9.3.bb
+++ b/recipes/madwifi/madwifi-modules_0.9.3.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}) wireless-tools (>= 27)"
+RDEPENDS_${PN} = "kernel-${KERNEL_VERSION} wireless-tools (>= 27)"
DEPENDS = "virtual/kernel"
CONFLICTS = "hostap-daemon (<0.4.8)"
SRCDATE = "20050803"
diff --git a/recipes/madwifi/madwifi-modules_cvs-bsd.bb b/recipes/madwifi/madwifi-modules_cvs-bsd.bb
index c60bfe95bb..74dc6f174d 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"
diff --git a/recipes/madwifi/madwifi-modules_cvs.bb b/recipes/madwifi/madwifi-modules_cvs.bb
index 82e9b9a5c4..929daf4b77 100644
--- a/recipes/madwifi/madwifi-modules_cvs.bb
+++ b/recipes/madwifi/madwifi-modules_cvs.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"
SRCDATE = "20060814"
PV = "1.0.0+cvs${SRCDATE}"
diff --git a/recipes/madwifi/madwifi-ng_r.inc b/recipes/madwifi/madwifi-ng_r.inc
index 4b7913023b..53d0ed1c1e 100644
--- a/recipes/madwifi/madwifi-ng_r.inc
+++ b/recipes/madwifi/madwifi-ng_r.inc
@@ -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"