summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/dbus-wait/dbus-wait_svn.bb
blob: 9a6130fd873b80eadd54a39d328b6fee0b7e57a6 (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}/${PN}"

inherit autotools