blob: f8b3da2a5fb7c20e28b517d5d0d1e654ef00f5e5 [file] [log] [blame]
Matt Spinlerb45c1822018-03-26 16:23:38 -05001SUMMARY = "IBM DBus Interfaces"
2DESCRIPTION = "Generated bindings, using sdbus++, for the IBM YAML"
3PR = "r1"
Patrick Venture56e154e2018-10-17 15:10:55 -07004PV = "1.0+git${SRCPV}"
Patrick Venturec484d322018-11-03 08:36:39 -07005LICENSE = "Apache-2.0"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
Matt Spinlerb45c1822018-03-26 16:23:38 -05007
8S = "${WORKDIR}/git"
9
10inherit autotools pkgconfig
Patrick Williams5c8a5282020-03-31 16:43:15 -050011inherit python3native
Matt Spinlerb45c1822018-03-26 16:23:38 -050012inherit phosphor-dbus-yaml
13
14DEPENDS += "autoconf-archive-native"
Patrick Williams5c8a5282020-03-31 16:43:15 -050015DEPENDS += "${PYTHON_PN}-sdbus++-native"
Matt Spinlerb45c1822018-03-26 16:23:38 -050016
17SRC_URI += "git://github.com/openbmc/ibm-dbus-interfaces"
Andrew Geisslerd9ad69f2019-02-21 21:50:37 +000018SRCREV = "109271bb4de159b9cf13c56acded3eb79bff61fb"
Matt Spinlerb45c1822018-03-26 16:23:38 -050019
Matt Spinlerb45c1822018-03-26 16:23:38 -050020PACKAGECONFIG ??= "libibm_dbus"
21PACKAGECONFIG[libibm_dbus] = " \
22 --enable-libibm_dbus, \
23 --disable-libibm_dbus, \
24 systemd sdbusplus, \
Patrick Williams5c8a5282020-03-31 16:43:15 -050025 libsystemd \
Matt Spinlerb45c1822018-03-26 16:23:38 -050026 "
27
Adriana Kobylakb96c7502021-08-06 16:25:30 +000028PACKAGECONFIG:remove:class-native = "libibm_dbus"
29PACKAGECONFIG:remove:class-nativesdk = "libibm_dbus"
Matt Spinlerb45c1822018-03-26 16:23:38 -050030
31BBCLASSEXTEND += "native nativesdk"