blob: 9743f3c74711493784b64fd11feb4fbe094f19c0 [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
13DEPENDS += "autoconf-archive-native"
Patrick Williams2bebd122020-03-31 16:43:15 -050014DEPENDS += "${PYTHON_PN}-sdbus++-native"
Patrick Williamsf6f2edb2017-01-30 11:05:56 -060015
Brad Bishop10862f22020-03-25 15:02:29 -040016SRC_URI = "git://github.com/openbmc/phosphor-dbus-interfaces"
Andrew Geissler8d400042020-09-09 18:31:14 +000017SRCREV = "11699d678d4166ff4b23900f31794754f305df64"
Brad Bishop5f7b1712017-02-02 20:49:22 -050018
Brad Bishop5f7b1712017-02-02 20:49:22 -050019PACKAGECONFIG ??= "libphosphor_dbus"
Brad Bishop82f51bf2017-02-13 14:28:28 -050020PACKAGECONFIG[libphosphor_dbus] = " \
21 --enable-libphosphor_dbus, \
22 --disable-libphosphor_dbus, \
23 systemd sdbusplus, \
Patrick Williams2bebd122020-03-31 16:43:15 -050024 libsystemd \
Brad Bishop82f51bf2017-02-13 14:28:28 -050025 "