All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH 01/10] dbus-broker: include only if systemd is DISTO_FEATURE
@ 2018-04-10  0:22 Armin Kuster
  2018-04-10  0:22 ` [meta-oe][PATCH 02/10] imsettings: only include when x11 in DISTRO_FEATURES Armin Kuster
                   ` (8 more replies)
  0 siblings, 9 replies; 12+ messages in thread
From: Armin Kuster @ 2018-04-10  0:22 UTC (permalink / raw)
  To: openembedded-devel, akuster808

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta-oe/recipes-core/dbus/dbus-broker_git.bb | 9 ++++++---
 1 file 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 51dfe8c..b62bccf 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"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=7b486c2338d225a1405d979ed2c15ce8"
 
-DEPENDS = "dbus glib-2.0 expat systemd"
+DEPENDS = "dbus glib-2.0 expat"
 
 PV = "9+git${SRCPV}"
 SRCREV = "ccd06b284892182af569e69046262331150e3536"
@@ -17,13 +17,16 @@ SRC_URI += "file://0002-Correct-including-directory-for-conf.patch"
 
 S = "${WORKDIR}/git"
 
-inherit meson pkgconfig systemd
+inherit meson pkgconfig systemd distro_features_check
+
+REQUIRED_DISTRO_FEATURES = "systemd"
 
 SYSTEMD_SERVICE_${PN} = "${BPN}.service"
 
 FILES_${PN} += "${systemd_system_unitdir}"
 FILES_${PN} += "${systemd_user_unitdir}"
 
-RDEPENDS_${PN} = "dbus systemd"
+RDEPENDS_${PN} = "dbus"
 
 BBCLASSEXTEND = "native"
+
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2018-04-10  0:35 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-10  0:22 [meta-oe][PATCH 01/10] dbus-broker: include only if systemd is DISTO_FEATURE Armin Kuster
2018-04-10  0:22 ` [meta-oe][PATCH 02/10] imsettings: only include when x11 in DISTRO_FEATURES Armin Kuster
2018-04-10  0:22 ` [meta-oe][PATCH 03/10] xfce4-vala: " Armin Kuster
2018-04-10  0:22 ` [meta-oe][PATCH 04/10] libreport: add PACKCONFIG for gtk Armin Kuster
2018-04-10  0:29   ` Anuj Mittal
2018-04-10  0:35     ` akuster808
2018-04-10  0:22 ` [meta-oe][PATCH 05/10] xarchiver: only include when x11 in DISTRO_FEATURES Armin Kuster
2018-04-10  0:22 ` [meta-oe][PATCH 06/10] gnome-system-monitor: " Armin Kuster
2018-04-10  0:22 ` [meta-oe][PATCH 07/10] packagegroup-xfce-extended: " Armin Kuster
2018-04-10  0:22 ` [meta-oe][PATCH 08/10] menulibre: " Armin Kuster
2018-04-10  0:22 ` [meta-oe][PATCH 09/10] python-blivet: " Armin Kuster
2018-04-10  0:22 ` [meta-oe][PATCH 10/10] usermode: also " Armin Kuster

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.