git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0df4dcf
)
gabriel: fix depency
author
Frederik Sdun
<frederik.sdun@googlemail.com>
Sun, 6 Dec 2009 09:34:37 +0000
(09:34 +0000)
committer
Klaus Kurzmann
<mok@fluxnetz.de>
Mon, 14 Dec 2009 11:59:39 +0000
(12:59 +0100)
Signed-off-by: Frederik 'playya' Sdun <Frederik.Sdun@googlemail.com>
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
recipes/gabriel/gabriel_svn.bb
patch
|
blob
|
history
diff --git
a/recipes/gabriel/gabriel_svn.bb
b/recipes/gabriel/gabriel_svn.bb
index
94fdfe9
..
f525885
100644
(file)
--- 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}"