[oe-commits] Koen Kooi : angstrom 2008.1: move psplash and debug apps to RRECOMMENDS so people can filter them out with BAD_RECOMMENDATIONS in image recipes when needed

GIT User account git at amethyst.openembedded.net
Wed Jan 14 07:45:56 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: d6ef5fd945219cadaf12dc3468d90b9b28bcf80b
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d6ef5fd945219cadaf12dc3468d90b9b28bcf80b

Author: Koen Kooi <koen at openembedded.org>
Date:   Wed Jan 14 08:43:13 2009 +0100

angstrom 2008.1: move psplash and debug apps to RRECOMMENDS so people can filter them out with BAD_RECOMMENDATIONS in image recipes when needed

---

 conf/distro/angstrom-2008.1.conf |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/conf/distro/angstrom-2008.1.conf b/conf/distro/angstrom-2008.1.conf
index 048857b..0aeabe4 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&"
 





More information about the Openembedded-commits mailing list