summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/dbus-top/dbus-top_git.bb
blob: 8114e5c38cd7aec61e127417c00973371df5528d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
HOMEPAGE = "http://github.com/openbmc/dbus-top"
PR = "r1"
PV = "1.0+git${SRCPV}"

LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"

SRC_URI = "git://github.com/openbmc/dbus-top;protocol=https;branch=main"
SRCREV = "abc3218cc2a9fe2de9fc9db214749b89f30c1774"

S = "${WORKDIR}/git"
inherit meson pkgconfig

SUMMARY = "DBus-Top"
DESCRIPTION = "A top-like tool for DBus."

DEPENDS += "systemd"
DEPENDS += "sdbusplus"
DEPENDS += "ncurses"
DEPENDS += "fmt"