blob: 28b76d0e20251bf93538901316a3a7cbc5d499bd [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 \
7 ${PYTHON_PN}-mako-native \
8 ${PYTHON_PN}-pyyaml-native \
Patrick Williams31ee3412020-05-28 14:59:58 -05009 boost \
Patrick Williams31ee3412020-05-28 14:59:58 -050010 systemd \
Nagaraju Goruganti9940d4f2017-08-22 05:24:26 -050011 "
Patrick Williams0d6828b2020-09-15 13:52:05 -050012
Ed Tanous9936f862022-09-19 09:13:20 -070013S = "${WORKDIR}/git"
14
15inherit pkgconfig meson
16inherit python3native
17
Patrick Williamsed104d42021-08-31 13:19:27 -050018EXTRA_OEMESON:append = " \
Patrick Williams0d6828b2020-09-15 13:52:05 -050019 -Dtests=disabled \
20 -Dexamples=disabled \
21 "
Ed Tanous9936f862022-09-19 09:13:20 -070022
23include sdbusplus-rev.inc