summaryrefslogtreecommitdiffstats
path: root/recipes-support
diff options
context:
space:
mode:
authorOYTIS <tossel@gmail.com>2016-12-20 15:19:17 +0100
committerGitHub <noreply@github.com>2016-12-20 15:19:17 +0100
commit17e728e33bcb430b01dc3c424b313d1bbe3aae7c (patch)
treed890826197dcd77c5384691332f1d167f1a63208 /recipes-support
parent7ad5573662a0e6b3845e00e860846ca9c579f1e6 (diff)
parent65535be95067665b1212d7f7963e474f3b628af5 (diff)
downloadmeta-updater-17e728e33bcb430b01dc3c424b313d1bbe3aae7c.tar.gz
Merge pull request #12 from advancedtelematic/feat/nosystemd
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"