diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2016-08-01 17:24:41 +0300 |
---|---|---|
committer | Leon Anavi <leon.anavi@konsulko.com> | 2016-08-02 16:58:17 +0300 |
commit | ece75b51d6f2802edf1065a455f333f9c85b67e4 (patch) | |
tree | 765c85e1b604db31488cdda9179d0e0a208068c1 /recipes-sota | |
parent | 62cf4059c09962243346c496ee867e9ca79387b4 (diff) | |
download | meta-updater-ece75b51d6f2802edf1065a455f333f9c85b67e4.tar.gz |
ostree: systemd is required as a dependency
Fix error libsystemd.la: No such file or directory
by adding systemd as a dependency of OSTree.
Bug-AGL: SPEC-229
Change-Id: Iac0cf7381564a7867e514b22082e6cafe7fefbaa
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Diffstat (limited to 'recipes-sota')
-rw-r--r-- | recipes-sota/ostree/ostree_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-sota/ostree/ostree_git.bb b/recipes-sota/ostree/ostree_git.bb index 760dd32..7d15abc 100644 --- a/recipes-sota/ostree/ostree_git.bb +++ b/recipes-sota/ostree/ostree_git.bb | |||
@@ -9,9 +9,9 @@ SRCREV="v2016.7" | |||
9 | 9 | ||
10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
11 | 11 | ||
12 | DEPENDS += "attr libarchive glib-2.0 pkgconfig gpgme libgsystem fuse libsoup-2.4 e2fsprogs" | 12 | DEPENDS += "attr libarchive glib-2.0 pkgconfig gpgme libgsystem fuse libsoup-2.4 e2fsprogs systemd" |
13 | 13 | ||
14 | RDEPENDS_${PN} = "python libsystemd util-linux-libuuid util-linux-libblkid util-linux-libmount libcap liblzma" | 14 | RDEPENDS_${PN} = "python util-linux-libuuid util-linux-libblkid util-linux-libmount libcap liblzma" |
15 | 15 | ||
16 | PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)}" | 16 | PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)}" |
17 | PACKAGECONFIG[systemd] = "--with-systemdsystemunitdir=${systemd_unitdir}/system/,,," | 17 | PACKAGECONFIG[systemd] = "--with-systemdsystemunitdir=${systemd_unitdir}/system/,,," |