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/lirc | |
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/lirc')
-rw-r--r-- | packages/lirc/lirc-modules_0.8.0.bb | 1 | ||||
-rw-r--r-- | packages/lirc/lirc_0.8.0.bb | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/packages/lirc/lirc-modules_0.8.0.bb b/packages/lirc/lirc-modules_0.8.0.bb index d3a2b3d451..2689bcf26b 100644 --- a/packages/lirc/lirc-modules_0.8.0.bb +++ b/packages/lirc/lirc-modules_0.8.0.bb @@ -1,7 +1,6 @@ DESCRIPTION = "LIRC is a package that allows you to decode and send infra-red signals of many commonly used remote controls. This package contains the lirc kernel modules." SECTION = "base" PRIORITY = "optional" -MAINTAINER = "Matthias Goebl <matthias.goebl@goebl.net>" HOMEPAGE = "http://www.lirc.org" LICENSE = "GPL" DEPENDS = "virtual/kernel fakeroot-native setserial" diff --git a/packages/lirc/lirc_0.8.0.bb b/packages/lirc/lirc_0.8.0.bb index 214ae5c60a..57be891c89 100644 --- a/packages/lirc/lirc_0.8.0.bb +++ b/packages/lirc/lirc_0.8.0.bb @@ -7,7 +7,6 @@ DESCRIPTION_append_lirc-nslu2example = " This package contains a working config SECTION = "console/network" PRIORITY = "optional" HOMEPAGE = "http://www.lirc.org" -MAINTAINER = "Matthias Goebl <matthias.goebl@goebl.net>" LICENSE = "GPL" DEPENDS = "virtual/kernel virtual/libx11 libxau libsm libice" DEPENDS_nslu2 = "virtual/kernel lirc-modules" |