Remove virutal/kernel-hostap as linux-openzaurus just needs to RPROVIDES hostap-modules.
authorRichard Purdie <rpurdie@rpsys.net>
Sat, 8 Apr 2006 17:46:55 +0000 (17:46 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sat, 8 Apr 2006 17:46:55 +0000 (17:46 +0000)
packages/hostap/hostap-daemon.inc
packages/hostap/hostap-modules.inc
packages/hostap/hostap-utils.inc
packages/linux/linux-openzaurus.inc

index 231978d..c95059e 100644 (file)
@@ -4,7 +4,7 @@ SECTION = "kernel/userland"
 PRIORITY = "optional"
 MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
 LICENSE = "GPL"
-RDEPENDS = "virtual/kernel-hostap hostap-utils (${PV})"
+RDEPENDS = "hostap-modules hostap-utils (${PV})"
 DEPENDS_mtx-1_append = "madwifi-modules"
 
 SRC_URI = "http://hostap.epitest.fi/releases/hostapd-${PV}.tar.gz \
index 6f482e6..5ce5e0d 100644 (file)
@@ -3,8 +3,6 @@ SECTION = "kernel/modules"
 PRIORITY = "optional"
 MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
 LICENSE = "GPL"
-PROVIDES = "virtual/kernel-hostap"
-RPROVIDES = "virtual/kernel-hostap"
 
 SRC_URI = "http://hostap.epitest.fi/releases/hostap-driver-${PV}.tar.gz"
 
index c5c5d5b..1e4362d 100644 (file)
@@ -4,7 +4,7 @@ SECTION = "kernel/userland"
 PRIORITY = "optional"
 MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
 LICENSE = "GPL"
-RRECOMMENDS = "virtual/kernel-hostap"
+RRECOMMENDS = "hostap-modules"
 PR = "r3"
 
 SRC_URI = "http://hostap.epitest.fi/releases/hostap-utils-${PV}.tar.gz \
index 5318332..d2a2e4a 100644 (file)
@@ -2,8 +2,9 @@ DESCRIPTION = "2.6 Linux Development Kernel for Zaurus devices and iPAQ hx2750."
 SECTION = "kernel"
 MAINTAINER = "Richard Purdie <rpurdie@rpsys.net>, Michael 'Mickey' Lauer <mickey@vanille.de>"
 LICENSE = "GPL"
-PROVIDES = "virtual/kernel-hostap"
-RPROVIDES_kernel-module-hostap-cs = "virtual/kernel-hostap"
+
+PACKAGES += "kernel-module-hostap"
+RPROVIDES_kernel-module-hostap = "hostap-modules"
 
 DOSRC = "http://www.do13.de/openzaurus/patches"
 RPSRC = "http://www.rpsys.net/openzaurus/patches/archive"