diff options
author | Joshua Lock <josh@linux.intel.com> | 2010-05-06 15:52:36 +0100 |
---|---|---|
committer | Joshua Lock <josh@linux.intel.com> | 2010-05-06 15:54:55 +0100 |
commit | cd8de7b443775f26dcfa72be9b852540f77c9af3 (patch) | |
tree | 1ae3f11e6b974b0d519a231896b70aebf000b577 /meta-moblin/conf | |
parent | 3b9ac3f017b82f5b670f2c6dcb833e30281b9911 (diff) | |
download | poky-cd8de7b443775f26dcfa72be9b852540f77c9af3.tar.gz |
moblin: drop moblin.conf and inherit poky for mirror configuration
Doesn't make any sense to duplicate the mirror configuration, and all that the
moblin class contained was minimal mirror config. So let's drop it.
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'meta-moblin/conf')
-rw-r--r-- | meta-moblin/conf/distro/moblin.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-moblin/conf/distro/moblin.conf b/meta-moblin/conf/distro/moblin.conf index f322f0c5af..05888ac667 100644 --- a/meta-moblin/conf/distro/moblin.conf +++ b/meta-moblin/conf/distro/moblin.conf | |||
@@ -6,7 +6,7 @@ MAINTAINER = "Moblin <dev@lists.moblin.org>" | |||
6 | 6 | ||
7 | PACKAGE_CLASSES ?= "package_ipk package_rpm" | 7 | PACKAGE_CLASSES ?= "package_ipk package_rpm" |
8 | INHERIT_INSANE ?= "insane" | 8 | INHERIT_INSANE ?= "insane" |
9 | INHERIT += "${PACKAGE_CLASSES} debian moblin devshell ${INHERIT_INSANE} packaged-staging packagehistory" | 9 | INHERIT += "${PACKAGE_CLASSES} debian poky devshell ${INHERIT_INSANE} packaged-staging packagehistory" |
10 | 10 | ||
11 | # For some reason, this doesn't work | 11 | # For some reason, this doesn't work |
12 | # TARGET_OS ?= "linux" | 12 | # TARGET_OS ?= "linux" |