kuiying | b1fb99f | 2023-03-14 11:00:27 +0800 | [diff] [blame] | 1 | HOMEPAGE = "http://github.com/openbmc/dbus-top" |
| 2 | PR = "r1" |
| 3 | PV = "1.0+git${SRCPV}" |
| 4 | |
| 5 | LICENSE = "Apache-2.0" |
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" |
| 7 | |
Patrick Williams | bccaff3 | 2023-04-14 11:24:47 -0500 | [diff] [blame] | 8 | SRC_URI = "git://github.com/openbmc/dbus-top;protocol=https;branch=main" |
Andrew Geissler | 9a66218 | 2023-10-21 13:40:10 -0500 | [diff] [blame] | 9 | SRCREV = "9774909fb2ec3f2258be8be98e58d7a24248657d" |
kuiying | b1fb99f | 2023-03-14 11:00:27 +0800 | [diff] [blame] | 10 | |
| 11 | S = "${WORKDIR}/git" |
| 12 | inherit meson pkgconfig |
| 13 | |
| 14 | SUMMARY = "DBus-Top" |
| 15 | DESCRIPTION = "A top-like tool for DBus." |
| 16 | |
| 17 | DEPENDS += "systemd" |
| 18 | DEPENDS += "sdbusplus" |
| 19 | DEPENDS += "ncurses" |