1SUMMARY = "A simple tool to wait for a specific signal over DBus" 2HOMEPAGE = "http://git.yoctoproject.org/cgit/cgit.cgi/dbus-wait" 3DESCRIPTION = "${SUMMARY}" 4SECTION = "base" 5LICENSE = "GPL-2.0-only" 6LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" 7 8DEPENDS = "dbus" 9 10SRCREV = "6cc6077a36fe2648a5f993fe7c16c9632f946517" 11PV = "0.1+git${SRCPV}" 12PR = "r2" 13 14SRC_URI = "git://git.yoctoproject.org/${BPN};branch=master;protocol=https" 15UPSTREAM_CHECK_COMMITS = "1" 16 17S = "${WORKDIR}/git" 18 19inherit autotools pkgconfig 20