summaryrefslogtreecommitdiffstats
path: root/recipes-support
diff options
context:
space:
mode:
authorAnton Gerasimov <anton@advancedtelematic.com>2016-12-09 17:31:23 +0100
committerAnton Gerasimov <anton@advancedtelematic.com>2016-12-20 14:02:34 +0100
commiteff667c136570fa52ed51e2c8d3c38502272b4fb (patch)
tree7d28a575bd7f3ccbd9a3f605f8f904549bcbe074 /recipes-support
parente562aef8830c6d6e12656d9414c35b30bf78b050 (diff)
downloadmeta-updater-eff667c136570fa52ed51e2c8d3c38502272b4fb.tar.gz
Make systemd optional
Diffstat (limited to 'recipes-support')
-rw-r--r--recipes-support/libgsystem/libgsystem_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-support/libgsystem/libgsystem_git.bb b/recipes-support/libgsystem/libgsystem_git.bb
index 181dd42..048c44b 100644
--- a/recipes-support/libgsystem/libgsystem_git.bb
+++ b/recipes-support/libgsystem/libgsystem_git.bb
@@ -9,9 +9,9 @@ S = "${WORKDIR}/git"
9 9
10inherit autotools-brokensep gobject-introspection 10inherit autotools-brokensep gobject-introspection
11 11
12DEPENDS += "attr glib-2.0 pkgconfig libcap" 12DEPENDS += "attr glib-2.0 pkgconfig libcap xz"
13RDEPENDS_${PN} = "xz systemd"
14 13
14RDEPENDS_${PN}_append = "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', ' systemd', '', d)}"
15RDEPENDS_${PN}_remove_class-native = "systemd-native" 15RDEPENDS_${PN}_remove_class-native = "systemd-native"
16 16
17BBCLASSEXTEND = "native" 17BBCLASSEXTEND = "native"