dbus-broker: Upgrade to latest and fix build on musl

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2018-06-28 07:33:52 -07:00
parent b6c0c92f6c
commit 3e2d529c34
5 changed files with 74 additions and 64 deletions
+8 -5
View File
@@ -8,17 +8,20 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=7b486c2338d225a1405d979ed2c15ce8"
DEPENDS = "dbus glib-2.0 expat"
PV = "9+git${SRCPV}"
SRCREV = "ccd06b284892182af569e69046262331150e3536"
PV = "13+git${SRCPV}"
SRCREV = "1165025e26c3b46160402841dadf08d3d42f5cbb"
SRC_URI = "git://github.com/bus1/dbus-broker;protocol=git"
SRC_URI += "file://0001-Comment-rst2man-related-stuff.patch"
SRC_URI += "file://0002-Correct-including-directory-for-conf.patch"
SRC_URI = "git://github.com/bus1/dbus-broker;protocol=git \
file://0001-Include-sys-wait.h-for-WEXITED-definition.patch \
file://0002-Use-getenv-instead-of-secure_getenv-on-musl.patch \
"
S = "${WORKDIR}/git"
inherit meson pkgconfig systemd distro_features_check
EXTRA_OEMESON += "-Ddocs=false"
REQUIRED_DISTRO_FEATURES = "systemd"
SYSTEMD_SERVICE_${PN} = "${BPN}.service"