blob: 85cd11d6670453681ddeac10c5e1f437d768a3d9 [file] [log] [blame]
Patrick Williams1e5b4ec2017-01-30 11:05:56 -06001SUMMARY = "Phosphor DBus Interfaces"
2DESCRIPTION = "Generated bindings, using sdbus++, for the phosphor YAML"
3PR = "r1"
4
5S = "${WORKDIR}/git"
6
7inherit autotools pkgconfig
8inherit obmc-phosphor-license
9inherit pythonnative
10
11DEPENDS += "autoconf-archive-native"
12DEPENDS += "sdbusplus sdbus++-native"
13
14RDEPENDS_${PN} += "libsystemd"
15
16SRC_URI += "git://github.com/openbmc/phosphor-dbus-interfaces"
17SRCREV = "345bef7533e26ce907c7e6024524496d47fa53a4"