summaryrefslogtreecommitdiff
path: root/conf/distro/angstrom-2008.1.conf
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-01-14 08:43:13 +0100
committerKoen Kooi <koen@openembedded.org>2009-01-14 08:43:13 +0100
commitd6ef5fd945219cadaf12dc3468d90b9b28bcf80b (patch)
treee3711ec789a63ada488dd5341b13e047bd1c27f5 /conf/distro/angstrom-2008.1.conf
parentbdbeca1e03c8c58341e526a38d7b9294294707bf (diff)
angstrom 2008.1: move psplash and debug apps to RRECOMMENDS so people can filter them out with BAD_RECOMMENDATIONS in image recipes when needed
Diffstat (limited to 'conf/distro/angstrom-2008.1.conf')
-rw-r--r--conf/distro/angstrom-2008.1.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/conf/distro/angstrom-2008.1.conf b/conf/distro/angstrom-2008.1.conf
index 048857b8fa..0aeabe4f15 100644
--- a/conf/distro/angstrom-2008.1.conf
+++ b/conf/distro/angstrom-2008.1.conf
@@ -193,12 +193,10 @@ DEBUG_APPS += '${@base_conditional("DISTRO_TYPE", "release", "", "strace procps"
# Angstrom want to ship some extra stuff. This should be moved into task-base eventually
# contains ipkg specific stuff as well :(
DISTRO_EXTRA_RDEPENDS += "\
- update-modules \
- ${@base_contains("MACHINE_FEATURES", "screen", "psplash", "",d)} \
angstrom-version \
${ANGSTROM_FEED_CONFIGS} \
util-linux-ng-mount util-linux-ng-umount \
- ${DEBUG_APPS} angstrom-libc-fixup-hack \
+ angstrom-libc-fixup-hack \
"
DISTRO_EXTRA_RRECOMMENDS += " \
@@ -209,7 +207,9 @@ DISTRO_EXTRA_RRECOMMENDS += " \
avahi-daemon \
avahi-autoipd \
openssh-sftp-server \
- "
+ ${@base_contains("MACHINE_FEATURES", "screen", "psplash-angstrom", "",d)} \
+ ${DEBUG_APPS} \
+"
SEPPUKU_NEWREPORT = "http://bugs.openembedded.net/post_bug.cgi?bug_file_loc=http%3A%2F%2F&version=Angstrom%202008.x&priority=P2&bug_severity=normal&op_sys=Linux&rep_platform=Other&"