summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-extended/sdbusplus/sdbusplus_git.bb
blob: e000c40ed5abb1ff82055712a92452ab36926b7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
SUMMARY = "C++ bindings for systemd dbus APIs"
DESCRIPTION = "C++ bindings for systemd dbus APIs."
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
DEPENDS += " \
        ${PYTHON_PN}-inflection-native \
        ${PYTHON_PN}-jsonschema-native \
        ${PYTHON_PN}-mako-native \
        ${PYTHON_PN}-pyyaml-native \
        boost \
        systemd \
        "

S = "${WORKDIR}/git"

inherit pkgconfig meson
inherit python3native

EXTRA_OEMESON:append = " \
        -Dtests=disabled \
        -Dexamples=disabled \
        "

include sdbusplus-rev.inc