diff options
author | Richard Purdie <richard@openedhand.com> | 2005-12-15 17:41:17 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2005-12-15 17:41:17 +0000 |
commit | 748927fa055a52708cbbf27ecde8b915e7218a2c (patch) | |
tree | a712055b04d1c82f847266e4f9b325cc76c8cf78 | |
parent | c11625332e29d67341f2a53cc118c7f8b21d62f6 (diff) | |
download | poky-748927fa055a52708cbbf27ecde8b915e7218a2c.tar.gz |
Allow internal kernel hostap module to be used
git-svn-id: https://svn.o-hand.com/repos/poky@194 311d38ba-8fff-0310-9ca6-ca027cbcb966
5 files changed, 7 insertions, 4 deletions
diff --git a/openembedded/packages/hostap/hostap-modules_0.3.9.bb b/openembedded/packages/hostap/hostap-modules_0.3.9.bb index 435054c07c..0f9d7c07b4 100644 --- a/openembedded/packages/hostap/hostap-modules_0.3.9.bb +++ b/openembedded/packages/hostap/hostap-modules_0.3.9.bb | |||
@@ -3,6 +3,7 @@ SECTION = "kernel/modules" | |||
3 | PRIORITY = "optional" | 3 | PRIORITY = "optional" |
4 | MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" | 4 | MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" |
5 | LICENSE = "GPL" | 5 | LICENSE = "GPL" |
6 | PROVIDES = "virtual/kernel-hostap" | ||
6 | PR = "r6" | 7 | PR = "r6" |
7 | 8 | ||
8 | SRC_URI = "http://hostap.epitest.fi/releases/hostap-driver-${PV}.tar.gz \ | 9 | SRC_URI = "http://hostap.epitest.fi/releases/hostap-driver-${PV}.tar.gz \ |
diff --git a/openembedded/packages/hostap/hostap-utils_0.3.7.bb b/openembedded/packages/hostap/hostap-utils_0.3.7.bb index 7601129934..dcf174b930 100644 --- a/openembedded/packages/hostap/hostap-utils_0.3.7.bb +++ b/openembedded/packages/hostap/hostap-utils_0.3.7.bb | |||
@@ -4,7 +4,7 @@ SECTION = "kernel/userland" | |||
4 | PRIORITY = "optional" | 4 | PRIORITY = "optional" |
5 | MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" | 5 | MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" |
6 | LICENSE = "GPL" | 6 | LICENSE = "GPL" |
7 | RDEPENDS = "hostap-modules (${PV})" | 7 | RDEPENDS = "virtual/kernel-hostap" |
8 | PR = "r1" | 8 | PR = "r1" |
9 | 9 | ||
10 | SRC_URI = "http://hostap.epitest.fi/releases/hostap-utils-${PV}.tar.gz \ | 10 | SRC_URI = "http://hostap.epitest.fi/releases/hostap-utils-${PV}.tar.gz \ |
diff --git a/openembedded/packages/hostap/hostap-utils_0.4.0.bb b/openembedded/packages/hostap/hostap-utils_0.4.0.bb index 7601129934..cdfb0c1e3e 100644 --- a/openembedded/packages/hostap/hostap-utils_0.4.0.bb +++ b/openembedded/packages/hostap/hostap-utils_0.4.0.bb | |||
@@ -4,8 +4,8 @@ SECTION = "kernel/userland" | |||
4 | PRIORITY = "optional" | 4 | PRIORITY = "optional" |
5 | MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" | 5 | MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" |
6 | LICENSE = "GPL" | 6 | LICENSE = "GPL" |
7 | RDEPENDS = "hostap-modules (${PV})" | 7 | RDEPENDS = "virtual/kernel-hostap" |
8 | PR = "r1" | 8 | PR = "r2" |
9 | 9 | ||
10 | SRC_URI = "http://hostap.epitest.fi/releases/hostap-utils-${PV}.tar.gz \ | 10 | SRC_URI = "http://hostap.epitest.fi/releases/hostap-utils-${PV}.tar.gz \ |
11 | file://hostap-fw-load.patch;patch=1" | 11 | file://hostap-fw-load.patch;patch=1" |
diff --git a/openembedded/packages/linux/linux-openzaurus.inc b/openembedded/packages/linux/linux-openzaurus.inc index c07cd4ce05..7b7a6e72f2 100644 --- a/openembedded/packages/linux/linux-openzaurus.inc +++ b/openembedded/packages/linux/linux-openzaurus.inc | |||
@@ -2,6 +2,8 @@ DESCRIPTION = "2.6 Linux Development Kernel for Zaurus devices and iPAQ hx2750." | |||
2 | SECTION = "kernel" | 2 | SECTION = "kernel" |
3 | MAINTAINER = "Richard Purdie <rpurdie@rpsys.net>, Michael 'Mickey' Lauer <mickey@vanille.de>" | 3 | MAINTAINER = "Richard Purdie <rpurdie@rpsys.net>, Michael 'Mickey' Lauer <mickey@vanille.de>" |
4 | LICENSE = "GPL" | 4 | LICENSE = "GPL" |
5 | PROVIDES = "virtual/kernel-hostap" | ||
6 | RPROVIDES = "virtual/kernel-hostap" | ||
5 | 7 | ||
6 | DOSRC = "http://www.do13.de/openzaurus/patches" | 8 | DOSRC = "http://www.do13.de/openzaurus/patches" |
7 | RPSRC = "http://www.rpsys.net/openzaurus/patches" | 9 | RPSRC = "http://www.rpsys.net/openzaurus/patches" |
diff --git a/openembedded/packages/linux/linux-openzaurus_2.6.14+2.6.15-rc5.bb b/openembedded/packages/linux/linux-openzaurus_2.6.14+2.6.15-rc5.bb index ae5aba8e21..c2bddbe855 100644 --- a/openembedded/packages/linux/linux-openzaurus_2.6.14+2.6.15-rc5.bb +++ b/openembedded/packages/linux/linux-openzaurus_2.6.14+2.6.15-rc5.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | include linux-openzaurus.inc | 1 | include linux-openzaurus.inc |
2 | 2 | ||
3 | PR = "r2" | 3 | PR = "r4" |
4 | 4 | ||
5 | # Handy URLs | 5 | # Handy URLs |
6 | # git://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git \ | 6 | # git://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git \ |