blob: cd9df65d0618a3b81043eb21de3d9f4718060f89 [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 Williamsf6f2edb2017-01-30 11:05:56 -060010inherit pythonnative
Marri Devender Raoe3414012017-05-29 01:33:26 -050011inherit phosphor-dbus-yaml
Patrick Williamsf6f2edb2017-01-30 11:05:56 -060012
13DEPENDS += "autoconf-archive-native"
Brad Bishop5f7b1712017-02-02 20:49:22 -050014DEPENDS += "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"
Matt Spinler585674d2020-03-25 08:49:34 -050017SRCREV = "6e7634da912cd16c73bc762bf91039179360a0e2"
Brad Bishop5f7b1712017-02-02 20:49:22 -050018
19DEPENDS_remove_class-native = "sdbus++-native"
20DEPENDS_remove_class-nativesdk = "sdbus++-native"
21
22PACKAGECONFIG ??= "libphosphor_dbus"
Brad Bishop82f51bf2017-02-13 14:28:28 -050023PACKAGECONFIG[libphosphor_dbus] = " \
24 --enable-libphosphor_dbus, \
25 --disable-libphosphor_dbus, \
26 systemd sdbusplus, \
27 libsystemd sdbusplus \
28 "
Brad Bishop5f7b1712017-02-02 20:49:22 -050029
30PACKAGECONFIG_remove_class-native = "libphosphor_dbus"
31PACKAGECONFIG_remove_class-nativesdk = "libphosphor_dbus"
32
33BBCLASSEXTEND += "native nativesdk"