blob: ee9c2fd47926058919894860ec9247dd03fc54d4 [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 Geisslere94e7262023-07-16 16:50:16 -05009SRCREV = "471703e7fc1ffd9a10ab8ece813f277de26012bc"
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"