diff options
author | Richard Purdie <richard@openedhand.com> | 2006-09-21 14:48:08 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-09-21 14:48:08 +0000 |
commit | a48da11acaeec6aa3a21a0a0f30098b26e248ecc (patch) | |
tree | 8efce6fff0a82e86f22aaff91a79c5c1e8574d24 /meta/packages/hostap | |
parent | 650cd19cb5bee8cf0c643470546d39e4357f8fec (diff) | |
download | poky-a48da11acaeec6aa3a21a0a0f30098b26e248ecc.tar.gz |
Clean up and correct MAINTAINERS
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@739 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/hostap')
-rw-r--r-- | meta/packages/hostap/hostap-conf_1.0.bb | 1 | ||||
-rw-r--r-- | meta/packages/hostap/hostap-modules.inc | 1 | ||||
-rw-r--r-- | meta/packages/hostap/hostap-utils.inc | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/meta/packages/hostap/hostap-conf_1.0.bb b/meta/packages/hostap/hostap-conf_1.0.bb index 094722c845..1b0edf19cb 100644 --- a/meta/packages/hostap/hostap-conf_1.0.bb +++ b/meta/packages/hostap/hostap-conf_1.0.bb | |||
@@ -1,5 +1,4 @@ | |||
1 | DESCRIPTION = "PCMCIA-cs configuration files for wireless LAN cards based on Intersil's Prism2/2.5/3 chipset" | 1 | DESCRIPTION = "PCMCIA-cs configuration files for wireless LAN cards based on Intersil's Prism2/2.5/3 chipset" |
2 | MAINTAINER = "Marcin Juszkiewicz <openembedded@hrw.one.pl>" | ||
3 | SECTION = "kernel/modules" | 2 | SECTION = "kernel/modules" |
4 | PRIORITY = "optional" | 3 | PRIORITY = "optional" |
5 | LICENSE = "GPL" | 4 | LICENSE = "GPL" |
diff --git a/meta/packages/hostap/hostap-modules.inc b/meta/packages/hostap/hostap-modules.inc index 5ce5e0db67..a3bf503f9f 100644 --- a/meta/packages/hostap/hostap-modules.inc +++ b/meta/packages/hostap/hostap-modules.inc | |||
@@ -1,7 +1,6 @@ | |||
1 | DESCRIPTION = "A driver for wireless LAN cards based on Intersil's Prism2/2.5/3 chipset" | 1 | DESCRIPTION = "A driver for wireless LAN cards based on Intersil's Prism2/2.5/3 chipset" |
2 | SECTION = "kernel/modules" | 2 | SECTION = "kernel/modules" |
3 | PRIORITY = "optional" | 3 | PRIORITY = "optional" |
4 | MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" | ||
5 | LICENSE = "GPL" | 4 | LICENSE = "GPL" |
6 | 5 | ||
7 | SRC_URI = "http://hostap.epitest.fi/releases/hostap-driver-${PV}.tar.gz" | 6 | SRC_URI = "http://hostap.epitest.fi/releases/hostap-driver-${PV}.tar.gz" |
diff --git a/meta/packages/hostap/hostap-utils.inc b/meta/packages/hostap/hostap-utils.inc index 1e4362d0f7..c039aba9dc 100644 --- a/meta/packages/hostap/hostap-utils.inc +++ b/meta/packages/hostap/hostap-utils.inc | |||
@@ -2,7 +2,6 @@ DESCRIPTION = "User mode helpers for the hostap driver" | |||
2 | HOMEPAGE = "http://hostap.epitest.fi" | 2 | HOMEPAGE = "http://hostap.epitest.fi" |
3 | SECTION = "kernel/userland" | 3 | SECTION = "kernel/userland" |
4 | PRIORITY = "optional" | 4 | PRIORITY = "optional" |
5 | MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" | ||
6 | LICENSE = "GPL" | 5 | LICENSE = "GPL" |
7 | RRECOMMENDS = "hostap-modules" | 6 | RRECOMMENDS = "hostap-modules" |
8 | PR = "r3" | 7 | PR = "r3" |