diff options
Diffstat (limited to 'meta/recipes-core/dbus-wait')
| -rw-r--r-- | meta/recipes-core/dbus-wait/dbus-wait_svn.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-core/dbus-wait/dbus-wait_svn.bb b/meta/recipes-core/dbus-wait/dbus-wait_svn.bb new file mode 100644 index 0000000000..10e1db8123 --- /dev/null +++ b/meta/recipes-core/dbus-wait/dbus-wait_svn.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | DESCRIPTION = "A simple tool to wait for a specific signal over DBus" | ||
| 2 | HOMEPAGE = "http://svn.o-hand.com/repos/misc/trunk" | ||
| 3 | SECTION = "base" | ||
| 4 | LICENSE = "GPLv2" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | ||
| 6 | DEPENDS = "dbus" | ||
| 7 | PV = "0.0+svnr${SRCREV}" | ||
| 8 | PR = "r2" | ||
| 9 | |||
| 10 | SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=dbus-wait;proto=http" | ||
| 11 | |||
| 12 | S = "${WORKDIR}/${PN}" | ||
| 13 | |||
| 14 | inherit autotools | ||
