diff options
author | Richard Purdie <richard@openedhand.com> | 2006-07-28 16:17:30 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-07-28 16:17:30 +0000 |
commit | 9ec8368091f174680f000b991e8bb3dd35a1ed4e (patch) | |
tree | 8dd1a5f25b83b3d97d408a9de2f43f70bb70295e /meta | |
parent | bce1a6b48da27368df01f64653d6389ef437e281 (diff) | |
download | poky-9ec8368091f174680f000b991e8bb3dd35a1ed4e.tar.gz |
Set MAINTAINER for all poky packages to poky@openedhand.com
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@580 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/distro/poky.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf index 3cdc21c78c..49187760b2 100644 --- a/meta/conf/distro/poky.conf +++ b/meta/conf/distro/poky.conf | |||
@@ -7,6 +7,8 @@ DISTRO_VERSION = "0.0-snapshot-${DATE}" | |||
7 | 7 | ||
8 | DISTRO_TYPE ?= "release" | 8 | DISTRO_TYPE ?= "release" |
9 | 9 | ||
10 | MAINTAINER_poky = "OpenedHand <poky@openedhand.com>" | ||
11 | |||
10 | INHERIT += " package_ipk debian multimachine poky " | 12 | INHERIT += " package_ipk debian multimachine poky " |
11 | # For some reason, this doesn't work | 13 | # For some reason, this doesn't work |
12 | # TARGET_OS ?= "linux" | 14 | # TARGET_OS ?= "linux" |