blob: 4de4f0ee7804147309050514909f6956a5be4959 [file] [log] [blame]
Adedeji Adebisi12c5f112021-07-22 18:07:52 +00001HOMEPAGE = "http://github.com/openbmc/openbmc-tools"
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-tools"
9SRCREV = "4a0e2e3c10327dac1c923d263929be9a20478b24"
10
11S = "${WORKDIR}/git/"
12inherit meson
13
14SUMMARY = "DBus-Top"
15DESCRIPTION = "DBUs-Top."
16GOOGLE_MISC_PROJ = "dbus-top"
17
18DEPENDS += "systemd"
19DEPENDS += "sdbusplus"
20DEPENDS += "phosphor-mapper"
21DEPENDS += "ncurses"
22
23inherit systemd