summaryrefslogtreecommitdiffstats
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 b62bccf2c..4a025cfeb 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"
8 8
9DEPENDS = "dbus glib-2.0 expat" 9DEPENDS = "dbus glib-2.0 expat"
10 10
11PV = "9+git${SRCPV}" 11PV = "13+git${SRCPV}"
12SRCREV = "ccd06b284892182af569e69046262331150e3536" 12SRCREV = "1165025e26c3b46160402841dadf08d3d42f5cbb"
13 13
14SRC_URI = "git://github.com/bus1/dbus-broker;protocol=git" 14SRC_URI = "git://github.com/bus1/dbus-broker;protocol=git \
15SRC_URI += "file://0001-Comment-rst2man-related-stuff.patch" 15 file://0001-Include-sys-wait.h-for-WEXITED-definition.patch \
16SRC_URI += "file://0002-Correct-including-directory-for-conf.patch" 16 file://0002-Use-getenv-instead-of-secure_getenv-on-musl.patch \
17 "
17 18
18S = "${WORKDIR}/git" 19S = "${WORKDIR}/git"
19 20
20inherit meson pkgconfig systemd distro_features_check 21inherit meson pkgconfig systemd distro_features_check
21 22
23EXTRA_OEMESON += "-Ddocs=false"
24
22REQUIRED_DISTRO_FEATURES = "systemd" 25REQUIRED_DISTRO_FEATURES = "systemd"
23 26
24SYSTEMD_SERVICE_${PN} = "${BPN}.service" 27SYSTEMD_SERVICE_${PN} = "${BPN}.service"