From: Michael 'Mickey' Lauer Date: Thu, 29 Apr 2010 14:18:38 +0000 (+0200) Subject: task-cli-tools: add dbus-daemon-proxy X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3b29999cd9ee7f17a3af9feb4a40f6acf749136;p=openembedded.git task-cli-tools: add dbus-daemon-proxy --- diff --git a/recipes/tasks/task-cli-tools.bb b/recipes/tasks/task-cli-tools.bb index ddb1acec3d..6a12696237 100644 --- a/recipes/tasks/task-cli-tools.bb +++ b/recipes/tasks/task-cli-tools.bb @@ -3,13 +3,14 @@ DESCRIPTION_${PN}-debug = "A set of command line tools useful for debugging" SECTION = "console" LICENSE = "MIT" PV = "1.0" -PR = "r16" +PR = "r17" inherit task PACKAGES += "${PN}-debug" RDEPENDS_${PN} = "\ + dbus-daemon-proxy \ dosfstools \ htop \ iptables \