1*b3ef7f2bSEd TanousLICENSE = "Apache-2.0"
2*b3ef7f2bSEd TanousLIC_FILES_CHKSUM = ""
3*b3ef7f2bSEd Tanous
4*b3ef7f2bSEd TanousSRC_URI = "git://git@github.com:openbmc/openbmc-tools.git;protocol=ssh"
5*b3ef7f2bSEd Tanous
6*b3ef7f2bSEd TanousPV = "1.0+git${SRCPV}"
7*b3ef7f2bSEd TanousSRCREV = "e2f90b8cbbed95d8aef762350d1d49c157c6fa79"
8*b3ef7f2bSEd Tanous
9*b3ef7f2bSEd TanousS = "$WORKDIR}/git/dbus_sensor_tester"
10*b3ef7f2bSEd Tanous
11*b3ef7f2bSEd Tanousinherit meson pkgconfig
12*b3ef7f2bSEd Tanous
13*b3ef7f2bSEd TanousDEPENDS += " \
14*b3ef7f2bSEd Tanous    sdbusplus \
15*b3ef7f2bSEd Tanous    boost \
16*b3ef7f2bSEd Tanous    cli11 \
17*b3ef7f2bSEd Tanous"
18