mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 00:32:13 +02:00
Fix metadata for dbus-wait
Signed-off-by Kevin Tian <kevin.tian@intel.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user