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.bb9
1 files changed, 6 insertions, 3 deletions
diff --git a/meta-oe/recipes-core/dbus/dbus-broker_git.bb b/meta-oe/recipes-core/dbus/dbus-broker_git.bb
index 51dfe8c0a..b62bccf2c 100644
--- a/meta-oe/recipes-core/dbus/dbus-broker_git.bb
+++ b/meta-oe/recipes-core/dbus/dbus-broker_git.bb
@@ -6,7 +6,7 @@ SECTION = "base"
6LICENSE = "Apache-2.0" 6LICENSE = "Apache-2.0"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=7b486c2338d225a1405d979ed2c15ce8" 7LIC_FILES_CHKSUM = "file://LICENSE;md5=7b486c2338d225a1405d979ed2c15ce8"
8 8
9DEPENDS = "dbus glib-2.0 expat systemd" 9DEPENDS = "dbus glib-2.0 expat"
10 10
11PV = "9+git${SRCPV}" 11PV = "9+git${SRCPV}"
12SRCREV = "ccd06b284892182af569e69046262331150e3536" 12SRCREV = "ccd06b284892182af569e69046262331150e3536"
@@ -17,13 +17,16 @@ SRC_URI += "file://0002-Correct-including-directory-for-conf.patch"
17 17
18S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"
19 19
20inherit meson pkgconfig systemd 20inherit meson pkgconfig systemd distro_features_check
21
22REQUIRED_DISTRO_FEATURES = "systemd"
21 23
22SYSTEMD_SERVICE_${PN} = "${BPN}.service" 24SYSTEMD_SERVICE_${PN} = "${BPN}.service"
23 25
24FILES_${PN} += "${systemd_system_unitdir}" 26FILES_${PN} += "${systemd_system_unitdir}"
25FILES_${PN} += "${systemd_user_unitdir}" 27FILES_${PN} += "${systemd_user_unitdir}"
26 28
27RDEPENDS_${PN} = "dbus systemd" 29RDEPENDS_${PN} = "dbus"
28 30
29BBCLASSEXTEND = "native" 31BBCLASSEXTEND = "native"
32