1LICENSE = "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"
18