angstrom-console-image: add psplash-zap to kill the bootsplash after booting
authorKoen Kooi <koen@openembedded.org>
Tue, 8 May 2007 06:34:16 +0000 (06:34 +0000)
committerKoen Kooi <koen@openembedded.org>
Tue, 8 May 2007 06:34:16 +0000 (06:34 +0000)
packages/angstrom/angstrom-console-image.bb

index e5a6dcc..8f37c9d 100644 (file)
@@ -1,12 +1,13 @@
 #Angstrom bootstrap image
 LICENSE = "MIT"
-PR = "r4"
+PR = "r5"
 
 ANGSTROM_EXTRA_INSTALL ?= ""
 
-DEPENDS = "task-base"
+DEPENDS = "task-base  psplash-zap"
 RDEPENDS = "task-base \
            ${ANGSTROM_EXTRA_INSTALL} \
+           psplash-zap
           "
 
 export IMAGE_BASENAME = "console-image"