summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-09-21 14:48:08 +0000
committerRichard Purdie <richard@openedhand.com>2006-09-21 14:48:08 +0000
commita48da11acaeec6aa3a21a0a0f30098b26e248ecc (patch)
tree8efce6fff0a82e86f22aaff91a79c5c1e8574d24 /meta/conf
parent650cd19cb5bee8cf0c643470546d39e4357f8fec (diff)
downloadpoky-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/conf')
-rw-r--r--meta/conf/bitbake.conf2
-rw-r--r--meta/conf/distro/poky.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index a4a3c754b9..228c8706e4 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -91,7 +91,7 @@ SECTION = "base"
91PRIORITY = "optional" 91PRIORITY = "optional"
92DESCRIPTION = "Version ${PV}-${PR} of package ${PN}" 92DESCRIPTION = "Version ${PV}-${PR} of package ${PN}"
93LICENSE = "unknown" 93LICENSE = "unknown"
94MAINTAINER = "OpenEmbedded Team <oe@handhelds.org>" 94MAINTAINER = "OpenedHand <poky@openedhand.com>"
95HOMEPAGE = "unknown" 95HOMEPAGE = "unknown"
96 96
97# Package dependencies and provides. 97# Package dependencies and provides.
diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf
index ee3ec0680f..00261aa9ab 100644
--- a/meta/conf/distro/poky.conf
+++ b/meta/conf/distro/poky.conf
@@ -7,7 +7,7 @@ DISTRO_VERSION = "0.0-snapshot-${DATE}"
7 7
8DISTRO_TYPE ?= "release" 8DISTRO_TYPE ?= "release"
9 9
10MAINTAINER_poky = "OpenedHand <poky@openedhand.com>" 10MAINTAINER = "OpenedHand <poky@openedhand.com>"
11 11
12INHERIT += " package_ipk debian multimachine poky devshell " 12INHERIT += " package_ipk debian multimachine poky devshell "
13# For some reason, this doesn't work 13# For some reason, this doesn't work