Patrick Williams | f6f2edb | 2017-01-30 11:05:56 -0600 | [diff] [blame] | 1 | SUMMARY = "Phosphor DBus Interfaces" |
| 2 | DESCRIPTION = "Generated bindings, using sdbus++, for the phosphor YAML" |
| 3 | PR = "r1" |
| 4 | |
| 5 | S = "${WORKDIR}/git" |
| 6 | |
| 7 | inherit autotools pkgconfig |
| 8 | inherit obmc-phosphor-license |
| 9 | inherit pythonnative |
| 10 | |
| 11 | DEPENDS += "autoconf-archive-native" |
| 12 | DEPENDS += "sdbusplus sdbus++-native" |
| 13 | |
| 14 | RDEPENDS_${PN} += "libsystemd" |
| 15 | |
| 16 | SRC_URI += "git://github.com/openbmc/phosphor-dbus-interfaces" |
Patrick Williams | 404b7aa | 2017-02-09 05:50:03 -0600 | [diff] [blame] | 17 | SRCREV = "06e5b23a3671f44c04c7f7cce83def5ff68c86b9" |