blob: e000c40ed5abb1ff82055712a92452ab36926b7b [file] [log] [blame]
Brad Bishope3278032016-11-09 20:43:11 -05001SUMMARY = "C++ bindings for systemd dbus APIs"
2DESCRIPTION = "C++ bindings for systemd dbus APIs."
Patrick Williams8564d352020-05-19 06:56:04 -05003LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
Nagaraju Goruganti9940d4f2017-08-22 05:24:26 -05005DEPENDS += " \
Patrick Williams853ff1b2020-02-24 16:27:10 -06006 ${PYTHON_PN}-inflection-native \
Patrick Williams2cc5d4d2024-09-20 09:54:22 -04007 ${PYTHON_PN}-jsonschema-native \
Patrick Williams853ff1b2020-02-24 16:27:10 -06008 ${PYTHON_PN}-mako-native \
9 ${PYTHON_PN}-pyyaml-native \
Patrick Williams31ee3412020-05-28 14:59:58 -050010 boost \
Patrick Williams31ee3412020-05-28 14:59:58 -050011 systemd \
Nagaraju Goruganti9940d4f2017-08-22 05:24:26 -050012 "
Patrick Williams0d6828b2020-09-15 13:52:05 -050013
Ed Tanous9936f862022-09-19 09:13:20 -070014S = "${WORKDIR}/git"
15
16inherit pkgconfig meson
17inherit python3native
18
Patrick Williamsed104d42021-08-31 13:19:27 -050019EXTRA_OEMESON:append = " \
Patrick Williams0d6828b2020-09-15 13:52:05 -050020 -Dtests=disabled \
21 -Dexamples=disabled \
22 "
Ed Tanous9936f862022-09-19 09:13:20 -070023
24include sdbusplus-rev.inc