blob: 92783caea279f852bd9a6ba307c01716f802e8bd [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"
9SRCREV = "4ed471a1872d738b1db8c12e0611e2aa405e15ac"
10
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"