diff options
author | Koen Kooi <koen@openembedded.org> | 2006-10-10 10:26:16 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-10-10 10:26:16 +0000 |
commit | 7814da98a7630811db9fc24db9ae3c81588ca113 (patch) | |
tree | cf35ff1568d89042488808f0105e51901aecd40c /packages/orinoco | |
parent | d33738e8090ef3c603c826f7c23647844e03f8fc (diff) |
Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.
see email thread at http://lists.openembedded.org/pipermail/openembedded-devel/2006-October/000523.html for details
Diffstat (limited to 'packages/orinoco')
-rw-r--r-- | packages/orinoco/orinoco-conf_1.0.bb | 1 | ||||
-rw-r--r-- | packages/orinoco/orinoco-modules_0.13e.bb | 1 | ||||
-rw-r--r-- | packages/orinoco/orinoco-modules_0.15rc1.bb | 1 | ||||
-rw-r--r-- | packages/orinoco/orinoco-modules_0.15rc2.bb | 1 | ||||
-rw-r--r-- | packages/orinoco/orinoco-modules_cvs.bb | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/packages/orinoco/orinoco-conf_1.0.bb b/packages/orinoco/orinoco-conf_1.0.bb index fbb748686e..6fb90970a7 100644 --- a/packages/orinoco/orinoco-conf_1.0.bb +++ b/packages/orinoco/orinoco-conf_1.0.bb @@ -1,7 +1,6 @@ DESCRIPTION = "PCMCIA-cs configuration files for Hermes (Orinoco) wireless LAN cards" SECTION = "kernel/modules" PRIORITY = "optional" -MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de> Marcin Juszkiewicz <openembedded@hrw.one.pl>" LICENSE = "GPL" PACKAGE_ARCH = "all" PR = "r2" diff --git a/packages/orinoco/orinoco-modules_0.13e.bb b/packages/orinoco/orinoco-modules_0.13e.bb index b3b5e407a5..102a6f6aa1 100644 --- a/packages/orinoco/orinoco-modules_0.13e.bb +++ b/packages/orinoco/orinoco-modules_0.13e.bb @@ -2,7 +2,6 @@ DESCRIPTION = "A driver for wireless LAN cards based on Hermes(Orinoco) cards. \ Also contains support for cards using downloadable firmware, i.e. the Symbol/Socket family." SECTION = "kernel/modules" PRIORITY = "optional" -MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" LICENSE = "GPL" PR = "r4" diff --git a/packages/orinoco/orinoco-modules_0.15rc1.bb b/packages/orinoco/orinoco-modules_0.15rc1.bb index 4470fc065d..b2abc152f7 100644 --- a/packages/orinoco/orinoco-modules_0.15rc1.bb +++ b/packages/orinoco/orinoco-modules_0.15rc1.bb @@ -4,7 +4,6 @@ SECTION = "kernel/modules" PRIORITY = "optional" DEPENDS = "orinoco-conf spectrum-fw" RDEPENDS = "orinoco-conf" -MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" LICENSE = "GPL" PR = "r7" diff --git a/packages/orinoco/orinoco-modules_0.15rc2.bb b/packages/orinoco/orinoco-modules_0.15rc2.bb index e75924c19d..b31f1bf6c2 100644 --- a/packages/orinoco/orinoco-modules_0.15rc2.bb +++ b/packages/orinoco/orinoco-modules_0.15rc2.bb @@ -5,7 +5,6 @@ PRIORITY = "optional" PROVIDES = "spectrum-modules" DEPENDS = "orinoco-conf spectrum-fw" RDEPENDS = "orinoco-conf" -MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" LICENSE = "GPL" PR = "r9" diff --git a/packages/orinoco/orinoco-modules_cvs.bb b/packages/orinoco/orinoco-modules_cvs.bb index e68375b425..5d3efec80f 100644 --- a/packages/orinoco/orinoco-modules_cvs.bb +++ b/packages/orinoco/orinoco-modules_cvs.bb @@ -5,7 +5,6 @@ PRIORITY = "optional" PROVIDES = "spectrum-modules" DEPENDS = "orinoco-conf spectrum-fw" RDEPENDS = "orinoco-conf" -MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" LICENSE = "GPL" PR = "r2" |