diff options
author | Frederik Sdun <frederik.sdun@googlemail.com> | 2009-12-06 09:34:37 +0000 |
---|---|---|
committer | Klaus Kurzmann <mok@fluxnetz.de> | 2009-12-14 12:59:39 +0100 |
commit | 0c6638d2f55676721a173e90eb9c0c3f0e3fef75 (patch) | |
tree | 1f67a004941c1b1b26d8dca363b21f2489f08c55 /recipes/gabriel | |
parent | 0df4dcf1497d8f33d978aa75d68a9f5a4082dabf (diff) |
gabriel: fix depency
Signed-off-by: Frederik 'playya' Sdun <Frederik.Sdun@googlemail.com>
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Diffstat (limited to 'recipes/gabriel')
-rw-r--r-- | recipes/gabriel/gabriel_svn.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gabriel/gabriel_svn.bb b/recipes/gabriel/gabriel_svn.bb index 94fdfe99e7..f525885fb0 100644 --- a/recipes/gabriel/gabriel_svn.bb +++ b/recipes/gabriel/gabriel_svn.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Gabriel is a small utility to enable D-Bus clients to connect to daemon running on a remote machine, through SSH. In simple words, gabriel is a proxy for \ a dbus daemon running on a remote machine." LICENSE = "GPL" -DEPENDS = "libssh glib-2.0 dbus glib-dbus" +DEPENDS = "libssh glib-2.0 dbus dbus-glib" SECTION = "console/network" PV = "0.0.0+svnr${SRCPV}" |