blob: 030aedadb82e257ae3aa885c005b924cd61d7de4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
DESCRIPTION = "A simple tool to wait for a specific signal over DBus"
HOMEPAGE = "http://svn.o-hand.com/repos/misc/trunk"
SECTION = "base"
LICENSE = "GPLv3"
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
DEPENDS = "dbus"
PV = "0.0+svnr${SRCREV}"
PR = "r2"
SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=dbus-wait;proto=http"
S = "${WORKDIR}/${PN}"
inherit autotools
|