hostap: fix RDEPENDS version syntax
authorAndreas Oberritter <obi@opendreambox.org>
Fri, 28 Jan 2011 20:12:31 +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/hostap/hostap-daemon.inc
recipes/hostap/hostap-modules.inc

index fe74560..6f13c41 100644 (file)
@@ -3,7 +3,7 @@ HOMEPAGE = "http://hostap.epitest.fi"
 SECTION = "kernel/userland"
 PRIORITY = "optional"
 LICENSE = "GPL"
-RDEPENDS_${PN} = "hostap-utils (${PV})"
+RDEPENDS_${PN} = "hostap-utils (${PV})"
 DEPENDS = "openssl"
 DEPENDS_append_mtx-1 = " madwifi-modules"
 DEPENDS_append_mtx-2 = " madwifi-modules"
index 02d880c..c820b21 100644 (file)
@@ -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})"