blob: 658843ba6a0c870a435b68d3371be6c3b4c5538b [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"
Patrick Venture8ded78f2018-10-01 20:51:32 -07004PV = "1.0+git${SRCPV}"
Patrick Williamsf6f2edb2017-01-30 11:05:56 -06005S = "${WORKDIR}/git"
Patrick Venture1a3fdfa2018-11-03 09:42:19 -07006LICENSE = "Apache-2.0"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
Patrick Williamsf6f2edb2017-01-30 11:05:56 -06008
9inherit autotools pkgconfig
Patrick Williams2bebd122020-03-31 16:43:15 -050010inherit python3native
Marri Devender Raoe3414012017-05-29 01:33:26 -050011inherit phosphor-dbus-yaml
Patrick Williamsf6f2edb2017-01-30 11:05:56 -060012
Patrick Williams4da53be2020-09-08 15:33:11 -050013DEPENDS += " \
14 ${PYTHON_PN}-sdbus++-native \
15 autoconf-archive-native \
16 sdbusplus \
17 systemd \
18 "
Patrick Williamsf6f2edb2017-01-30 11:05:56 -060019
Brad Bishop10862f22020-03-25 15:02:29 -040020SRC_URI = "git://github.com/openbmc/phosphor-dbus-interfaces"
Andrew Geissler8d400042020-09-09 18:31:14 +000021SRCREV = "11699d678d4166ff4b23900f31794754f305df64"