From: Andreas Oberritter Date: Fri, 28 Jan 2011 20:12:31 +0000 (+0000) Subject: hostap: fix RDEPENDS version syntax X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=873b743701e5e967a33375c41d715c5c293b3b23;p=openembedded.git hostap: fix RDEPENDS version syntax Signed-off-by: Andreas Oberritter --- diff --git a/recipes/hostap/hostap-daemon.inc b/recipes/hostap/hostap-daemon.inc index fe7456027c..6f13c413cf 100644 --- a/recipes/hostap/hostap-daemon.inc +++ b/recipes/hostap/hostap-daemon.inc @@ -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" 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})"