blob: b4b101936b119ff21ac62a8cc2854c978dbd0cf4 [file] [log] [blame]
Brad Bishope3278032016-11-09 20:43:11 -05001SUMMARY = "C++ bindings for systemd dbus APIs"
2DESCRIPTION = "C++ bindings for systemd dbus APIs."
Brad Bishope3278032016-11-09 20:43:11 -05003
Patrick Williams31ee3412020-05-28 14:59:58 -05004inherit meson
5inherit python3native
Patrick Williams2e595322020-03-31 12:51:05 -05006include sdbusplus-rev.inc
7
Patrick Williams8564d352020-05-19 06:56:04 -05008LICENSE = "Apache-2.0"
9LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
10
11S = "${WORKDIR}/git"
12
Nagaraju Goruganti9940d4f2017-08-22 05:24:26 -050013DEPENDS += " \
Patrick Williams853ff1b2020-02-24 16:27:10 -060014 ${PYTHON_PN}-inflection-native \
15 ${PYTHON_PN}-mako-native \
16 ${PYTHON_PN}-pyyaml-native \
Patrick Williams31ee3412020-05-28 14:59:58 -050017 boost \
Patrick Williams31ee3412020-05-28 14:59:58 -050018 systemd \
Nagaraju Goruganti9940d4f2017-08-22 05:24:26 -050019 "
Patrick Williams0d6828b2020-09-15 13:52:05 -050020
Patrick Williamsed104d42021-08-31 13:19:27 -050021EXTRA_OEMESON:append = " \
Patrick Williams0d6828b2020-09-15 13:52:05 -050022 -Dtests=disabled \
23 -Dexamples=disabled \
24 "