blob: 25e49ba34d761c9abcfe88e30143cf7cea143066 [file] [log] [blame]
Patrick Williams1e5b4ec2017-01-30 11:05:56 -06001SUMMARY = "Phosphor DBus Interfaces"
2DESCRIPTION = "Generated bindings, using sdbus++, for the phosphor YAML"
3PR = "r1"
Patrick Venture36bb5952018-10-01 20:51:32 -07004PV = "1.0+git${SRCPV}"
Patrick Williams1e5b4ec2017-01-30 11:05:56 -06005S = "${WORKDIR}/git"
Brad Bishop75f03872018-11-03 09:41:57 -07006LICENSE = "Apache-2.0"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
Patrick Williams1e5b4ec2017-01-30 11:05:56 -06008
9inherit autotools pkgconfig
Patrick Williams1e5b4ec2017-01-30 11:05:56 -060010inherit pythonnative
Marri Devender Rao8dd77982017-05-29 01:33:26 -050011inherit phosphor-dbus-yaml
Patrick Williams1e5b4ec2017-01-30 11:05:56 -060012
13DEPENDS += "autoconf-archive-native"
Brad Bishopc65ac802017-02-02 20:49:22 -050014DEPENDS += "sdbus++-native"
Patrick Williams1e5b4ec2017-01-30 11:05:56 -060015
Patrick Williams1e5b4ec2017-01-30 11:05:56 -060016SRC_URI += "git://github.com/openbmc/phosphor-dbus-interfaces"
Andrew Geissler265b1fa2019-06-06 12:01:53 +000017SRCREV = "1f0e2ce6e1cb78a59a0015b160816b71156b03c6"
Brad Bishopc65ac802017-02-02 20:49:22 -050018
19DEPENDS_remove_class-native = "sdbus++-native"
20DEPENDS_remove_class-nativesdk = "sdbus++-native"
21
22PACKAGECONFIG ??= "libphosphor_dbus"
Brad Bishop4cf94862017-02-13 14:28:28 -050023PACKAGECONFIG[libphosphor_dbus] = " \
24 --enable-libphosphor_dbus, \
25 --disable-libphosphor_dbus, \
26 systemd sdbusplus, \
27 libsystemd sdbusplus \
28 "
Brad Bishopc65ac802017-02-02 20:49:22 -050029
30PACKAGECONFIG_remove_class-native = "libphosphor_dbus"
31PACKAGECONFIG_remove_class-nativesdk = "libphosphor_dbus"
32
33BBCLASSEXTEND += "native nativesdk"