blob: b012d8bf104e62cd7950656a8cd5bc376ce505b4 [file] [log] [blame]
Ed Tanousb3ef7f22022-03-30 14:03:41 -07001LICENSE = "Apache-2.0"
2LIC_FILES_CHKSUM = ""
3
4SRC_URI = "git://git@github.com:openbmc/openbmc-tools.git;protocol=ssh"
5
6PV = "1.0+git${SRCPV}"
7SRCREV = "e2f90b8cbbed95d8aef762350d1d49c157c6fa79"
8
9S = "$WORKDIR}/git/dbus_sensor_tester"
10
11inherit meson pkgconfig
12
13DEPENDS += " \
14 sdbusplus \
15 boost \
16 cli11 \
17"