]> code.ossystems Code Review - openembedded-core.git/commitdiff
task-poky: Add a more definite dependency on dbus in console and x11 images
authorRichard Purdie <richard@openedhand.com>
Thu, 4 Sep 2008 11:17:06 +0000 (11:17 +0000)
committerRichard Purdie <richard@openedhand.com>
Thu, 4 Sep 2008 11:17:06 +0000 (11:17 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5135 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/tasks/task-poky.bb

index 7cbdd30aa3a2416e59b0c3edb93e4912e68d180e..8a7a1164a5595af58e843a6d8ef42ac8543d8ce3 100644 (file)
@@ -3,7 +3,7 @@
 #
 
 DESCRIPTION = "Tasks for OpenedHand Poky"
-PR = "r28"
+PR = "r29"
 
 PACKAGES = "\
     task-poky-apps-console \
@@ -30,11 +30,13 @@ ALLOW_EMPTY = "1"
 RDEPENDS_task-poky-apps-console = "\
     avahi-daemon \
     dropbear \
+    dbus \
     portmap \
     psplash"
 
 
 RDEPENDS_task-poky-x11-base = "\
+    dbus \
     pointercal \
     matchbox-wm \
     matchbox-keyboard \