aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gabriel/gabriel_svn.bb
blob: 641abeaa94b891c2e2cd5ba12e1326ab66e93bd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
DESCRIPTION = "Gabriel is a small utility to enable D-Bus clients to connect to a D-Bus \
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 dbus-glib"
SECTION = "console/network"
SRCREV = "38"
PV = "0.0.0+svnr${SRCPV}"
PR = "r1"

SRC_URI = "svn://gabriel.svn.sourceforge.net/svnroot/gabriel;module=gabriel;proto=https"
S = "${WORKDIR}/gabriel"

inherit autotools

RDEPENDS_${PN} = "socat"