blob: d56e0f933cf69de5fc05abc4818082ca56f5905a [file] [log] [blame]
Patrick Williamsf6f2edb2017-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"
Patrick Williams8e525d92017-02-02 23:50:03 -060017SRCREV = "5d4f2379695f7c28549b107f325e0b0cd43d83b1"