blob: 200a0c013d076d0f5b8f250dd48148930c772cec [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 Williams4b32c9a2020-03-31 16:43:15 -050010inherit python3native
Marri Devender Rao8dd77982017-05-29 01:33:26 -050011inherit phosphor-dbus-yaml
Patrick Williams1e5b4ec2017-01-30 11:05:56 -060012
13DEPENDS += "autoconf-archive-native"
Patrick Williams4b32c9a2020-03-31 16:43:15 -050014DEPENDS += "${PYTHON_PN}-sdbus++-native"
Patrick Williams1e5b4ec2017-01-30 11:05:56 -060015
Brad Bishop8f85a0e2020-03-25 15:02:29 -040016SRC_URI = "git://github.com/openbmc/phosphor-dbus-interfaces"
Andrew Geisslera556b3a2020-07-02 11:41:11 +000017SRCREV = "77a742627edde54aec625d7c1a200d9f4832f0ba"
Brad Bishopc65ac802017-02-02 20:49:22 -050018
Brad Bishopc65ac802017-02-02 20:49:22 -050019PACKAGECONFIG ??= "libphosphor_dbus"
Brad Bishop4cf94862017-02-13 14:28:28 -050020PACKAGECONFIG[libphosphor_dbus] = " \
21 --enable-libphosphor_dbus, \
22 --disable-libphosphor_dbus, \
23 systemd sdbusplus, \
Patrick Williams4b32c9a2020-03-31 16:43:15 -050024 libsystemd \
Brad Bishop4cf94862017-02-13 14:28:28 -050025 "
Brad Bishopc65ac802017-02-02 20:49:22 -050026
27PACKAGECONFIG_remove_class-native = "libphosphor_dbus"
28PACKAGECONFIG_remove_class-nativesdk = "libphosphor_dbus"
29
30BBCLASSEXTEND += "native nativesdk"