blob: 260047a4cebde14b08e6eec05b3001fe20bb29e8 [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
8SRC_URI += "git://github.com/openbmc/dbus-top;protocol=https;branch=main"
Andrew Geissler67e26c52023-03-29 14:20:36 -05009SRCREV = "abc3218cc2a9fe2de9fc9db214749b89f30c1774"
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"
20DEPENDS += "fmt"