summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/dbus-wait/dbus-wait_svn.bb
blob: 127097363089cb02d2b8a8911ad99df4ba4aec4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
DESCRIPTION = "A simple tool to wait for a specific signal over DBus"
HOMEPAGE = "http://svn.o-hand.com/repos/misc/trunk"
SECTION = "base"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"

SRCREV = "426"
DEPENDS = "dbus"
PV = "0.0+svnr${SRCPV}"
PR = "r2"

SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=dbus-wait;proto=http"

S = "${WORKDIR}/${BPN}"

inherit autotools