Fix metadata for dbus-wait

Signed-off-by Kevin Tian <kevin.tian@intel.com>
This commit is contained in:
Kevin Tian 2010-06-08 12:38:53 +08:00 committed by Saul Wold
parent 57c7dda03e
commit 50d8843757
1 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,8 @@
DESCRIPTION = "Util to wait for a dbus signal"
DESCRIPTION = "A simple tool to wait for a specific signal over DBus"
HOMEPAGE = "http://svn.o-hand.com/repos/misc/trunk"
SECTION = "base"
LICENSE = "GPL"
LICENSE = "GPLv3"
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
DEPENDS = "dbus"
PV = "0.0+svnr${SRCREV}"
PR = "r2"