blob: a274407c2473ae339014718734bf5d3430115088 [file] [log] [blame]
kuiyingb1fb99f2023-03-14 11:00:27 +08001HOMEPAGE = "http://github.com/openbmc/dbus-top"
2PR = "r1"
3PV = "1.0+git${SRCPV}"
4
5LICENSE = "Apache-2.0"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
7
Patrick Williamsbccaff32023-04-14 11:24:47 -05008SRC_URI = "git://github.com/openbmc/dbus-top;protocol=https;branch=main"
Andrew Geisslerbbff46a2023-12-22 00:00:25 -06009SRCREV = "0725dbb8eca6a47d6167f58643aabe85cf3d5607"
kuiyingb1fb99f2023-03-14 11:00:27 +080010
11S = "${WORKDIR}/git"
12inherit meson pkgconfig
13
14SUMMARY = "DBus-Top"
15DESCRIPTION = "A top-like tool for DBus."
16
17DEPENDS += "systemd"
18DEPENDS += "sdbusplus"
19DEPENDS += "ncurses"