aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/hostap/hostap-modules.inc
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2011-01-28 20:12:31 +0000
committerAndreas Oberritter <obi@opendreambox.org>2011-01-28 20:16:43 +0000
commit873b743701e5e967a33375c41d715c5c293b3b23 (patch)
tree266156f2a0d4e85b6fcf5fb24fe4c5eeacbae366 /recipes/hostap/hostap-modules.inc
parentd350fc6f0dbacfe61c70accc05043dc7bf943499 (diff)
downloadopenembedded-873b743701e5e967a33375c41d715c5c293b3b23.tar.gz
hostap: fix RDEPENDS version syntax
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Diffstat (limited to 'recipes/hostap/hostap-modules.inc')
-rw-r--r--recipes/hostap/hostap-modules.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/hostap/hostap-modules.inc b/recipes/hostap/hostap-modules.inc
index 02d880cf89..c820b21749 100644
--- a/recipes/hostap/hostap-modules.inc
+++ b/recipes/hostap/hostap-modules.inc
@@ -35,5 +35,5 @@ PACKAGES = "${PN}-dbg hostap-modules-cs hostap-modules-pci hostap-modules"
FILES_hostap-modules-cs = "/lib/modules/${KERNEL_VERSION}/pcmcia/ /${sysconfdir}/pcmcia/"
FILES_hostap-modules-pci = "/lib/modules/${KERNEL_VERSION}/net/hostap_pci${KERNEL_OBJECT_SUFFIX}"
FILES_hostap-modules = "/lib/modules/"
-RDEPENDS_hostap-modules-cs = "hostap-modules (${PV}) hostap-conf"
-RDEPENDS_hostap-modules-pci = "hostap-modules (${PV})"
+RDEPENDS_hostap-modules-cs = "hostap-modules (= ${PV}) hostap-conf"
+RDEPENDS_hostap-modules-pci = "hostap-modules (= ${PV})"