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/linux-libc-headers | |
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/linux-libc-headers')
3 files changed, 0 insertions, 3 deletions
diff --git a/packages/linux-libc-headers/linux-libc-headers_2.6.11.1.bb b/packages/linux-libc-headers/linux-libc-headers_2.6.11.1.bb index 2f471223e6..c43664094d 100644 --- a/packages/linux-libc-headers/linux-libc-headers_2.6.11.1.bb +++ b/packages/linux-libc-headers/linux-libc-headers_2.6.11.1.bb @@ -7,7 +7,6 @@ HOMEPAGE = "http://ep09.pld-linux.org/~mmazur/linux-libc-headers/" # standard linux kernel license applies. # since we assume GPL for linux i think we can also assume it here LICENSE = "GPL" -MAINTAINER = "Chris Larson <kergoth@handhelds.org>" INHIBIT_DEFAULT_DEPS = "1" PR = "r2" diff --git a/packages/linux-libc-headers/linux-libc-headers_2.6.7.0.bb b/packages/linux-libc-headers/linux-libc-headers_2.6.7.0.bb index 6a9d81916e..1b0296c494 100644 --- a/packages/linux-libc-headers/linux-libc-headers_2.6.7.0.bb +++ b/packages/linux-libc-headers/linux-libc-headers_2.6.7.0.bb @@ -1,6 +1,5 @@ SECTION = "devel" DESCRIPTION = "Sanitized set of 2.6 kernel headers for the C library's use." -MAINTAINER = "Chris Larson <kergoth@handhelds.org>" INHIBIT_DEFAULT_DEPS = "1" PR = "r3" LICENSE = "GPL" diff --git a/packages/linux-libc-headers/linux-libc-headers_2.6.8.1.bb b/packages/linux-libc-headers/linux-libc-headers_2.6.8.1.bb index 9e72bc4b25..cb04c92192 100644 --- a/packages/linux-libc-headers/linux-libc-headers_2.6.8.1.bb +++ b/packages/linux-libc-headers/linux-libc-headers_2.6.8.1.bb @@ -7,7 +7,6 @@ HOMEPAGE = "http://ep09.pld-linux.org/~mmazur/linux-libc-headers/" # standard linux kernel license applies. # since we assume GPL for linux i think we can also assume it here LICENSE = "GPL" -MAINTAINER = "Chris Larson <kergoth@handhelds.org>" INHIBIT_DEFAULT_DEPS = "1" PR = "r7" |