]> code.ossystems Code Review - openembedded-core.git/commitdiff
Allow internal kernel hostap module to be used
authorRichard Purdie <richard@openedhand.com>
Thu, 15 Dec 2005 17:41:17 +0000 (17:41 +0000)
committerRichard Purdie <richard@openedhand.com>
Thu, 15 Dec 2005 17:41:17 +0000 (17:41 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky@194 311d38ba-8fff-0310-9ca6-ca027cbcb966

openembedded/packages/hostap/hostap-modules_0.3.9.bb
openembedded/packages/hostap/hostap-utils_0.3.7.bb
openembedded/packages/hostap/hostap-utils_0.4.0.bb
openembedded/packages/linux/linux-openzaurus.inc
openembedded/packages/linux/linux-openzaurus_2.6.14+2.6.15-rc5.bb

index 435054c07c7baa1918a2a22bbdd6fb87f8f4ce13..0f9d7c07b4ca943dc0a8f64a7350694bcd3d0061 100644 (file)
@@ -3,6 +3,7 @@ SECTION = "kernel/modules"
 PRIORITY = "optional"
 MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
 LICENSE = "GPL"
+PROVIDES = "virtual/kernel-hostap"
 PR = "r6"
 
 SRC_URI = "http://hostap.epitest.fi/releases/hostap-driver-${PV}.tar.gz \
index 7601129934ad312414d10ae10378a31b4c091b7b..dcf174b9300b8400b01a9f2376baae19a3811631 100644 (file)
@@ -4,7 +4,7 @@ SECTION = "kernel/userland"
 PRIORITY = "optional"
 MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
 LICENSE = "GPL"
-RDEPENDS = "hostap-modules (${PV})"
+RDEPENDS = "virtual/kernel-hostap"
 PR = "r1"
 
 SRC_URI = "http://hostap.epitest.fi/releases/hostap-utils-${PV}.tar.gz \
index 7601129934ad312414d10ae10378a31b4c091b7b..cdfb0c1e3eb9491b86c8e3fb34bc3ed8c477ff39 100644 (file)
@@ -4,8 +4,8 @@ SECTION = "kernel/userland"
 PRIORITY = "optional"
 MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
 LICENSE = "GPL"
-RDEPENDS = "hostap-modules (${PV})"
-PR = "r1"
+RDEPENDS = "virtual/kernel-hostap"
+PR = "r2"
 
 SRC_URI = "http://hostap.epitest.fi/releases/hostap-utils-${PV}.tar.gz \
           file://hostap-fw-load.patch;patch=1"
index c07cd4ce05c66eb782fff53c7ec349b511d1c588..7b7a6e72f24a049e607ccb3c6d5f836980afb869 100644 (file)
@@ -2,6 +2,8 @@ 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 = "virtual/kernel-hostap"
 
 DOSRC = "http://www.do13.de/openzaurus/patches"
 RPSRC = "http://www.rpsys.net/openzaurus/patches"
index ae5aba8e2115ef12e3b839596459033080f173f5..c2bddbe8556cff8fe590b05e50ae64789605b210 100644 (file)
@@ -1,6 +1,6 @@
 include linux-openzaurus.inc
 
-PR = "r2"
+PR = "r4"
 
 # Handy URLs
 # git://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git \