blob: 654bf0d162af587609274ede0702ca9868ce993d [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 Geissler637b2132023-05-11 11:40:32 -05009SRCREV = "c3aa2a814fa855589389a1530f6078723cc6a610"
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"