dbus-wait_git.bb 515 B

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