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" |
| 17 | SRCREV = "345bef7533e26ce907c7e6024524496d47fa53a4" |