summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkuiying <wangkuiying.wky@alibaba-inc.com>2023-03-14 06:00:27 +0300
committerPatrick Williams <patrick@stwcx.xyz>2023-03-29 20:23:31 +0300
commitb1fb99f1c4f5692debc52fbfcf871bee151d4093 (patch)
treec04067b9ee20ff8f4fa8ea637cb9e243cfc39559
parent6b38051dd74ae395e774daa8593afa79e6f07023 (diff)
downloadopenbmc-b1fb99f1c4f5692debc52fbfcf871bee151d4093.tar.xz
Add dbus-top.bb into openbmc/openbmc
According to the comments in below patch, add dbus-top.bb into openbmc/openbmc. https://gerrit.openbmc.org/c/openbmc/openbmc-tools/+/61001 Change-Id: Ie7b89add1ce8a9fe41398248764eb26d015d2061 Signed-off-by: Kwin Wang <wangkuiying.wky@alibaba-inc.com>
-rw-r--r--meta-phosphor/recipes-phosphor/dbus-top/dbus-top.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-phosphor/recipes-phosphor/dbus-top/dbus-top.bb b/meta-phosphor/recipes-phosphor/dbus-top/dbus-top.bb
new file mode 100644
index 0000000000..92783caea2
--- /dev/null
+++ b/meta-phosphor/recipes-phosphor/dbus-top/dbus-top.bb
@@ -0,0 +1,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 = "4ed471a1872d738b1db8c12e0611e2aa405e15ac"
+
+S = "${WORKDIR}/git"
+inherit meson pkgconfig
+
+SUMMARY = "DBus-Top"
+DESCRIPTION = "A top-like tool for DBus."
+
+DEPENDS += "systemd"
+DEPENDS += "sdbusplus"
+DEPENDS += "ncurses"
+DEPENDS += "fmt"