aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core/dbus/dbus-broker_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-core/dbus/dbus-broker_git.bb')
-rw-r--r--meta-oe/recipes-core/dbus/dbus-broker_git.bb13
1 files changed, 8 insertions, 5 deletions
diff --git a/meta-oe/recipes-core/dbus/dbus-broker_git.bb b/meta-oe/recipes-core/dbus/dbus-broker_git.bb
index b62bccf2c9..4a025cfeb1 100644
--- a/meta-oe/recipes-core/dbus/dbus-broker_git.bb
+++ b/meta-oe/recipes-core/dbus/dbus-broker_git.bb
@@ -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"