angstrom 2008.1: move psplash and debug apps to RRECOMMENDS so people can filter...
authorKoen Kooi <koen@openembedded.org>
Wed, 14 Jan 2009 07:43:13 +0000 (08:43 +0100)
committerKoen Kooi <koen@openembedded.org>
Wed, 14 Jan 2009 07:43:13 +0000 (08:43 +0100)
conf/distro/angstrom-2008.1.conf

index 048857b..0aeabe4 100644 (file)
@@ -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&"