From ece75b51d6f2802edf1065a455f333f9c85b67e4 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Mon, 1 Aug 2016 17:24:41 +0300 Subject: 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 --- recipes-sota/ostree/ostree_git.bb | 4 ++-- 1 file 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" S = "${WORKDIR}/git" -DEPENDS += "attr libarchive glib-2.0 pkgconfig gpgme libgsystem fuse libsoup-2.4 e2fsprogs" +DEPENDS += "attr libarchive glib-2.0 pkgconfig gpgme libgsystem fuse libsoup-2.4 e2fsprogs systemd" -RDEPENDS_${PN} = "python libsystemd util-linux-libuuid util-linux-libblkid util-linux-libmount libcap liblzma" +RDEPENDS_${PN} = "python util-linux-libuuid util-linux-libblkid util-linux-libmount libcap liblzma" PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)}" PACKAGECONFIG[systemd] = "--with-systemdsystemunitdir=${systemd_unitdir}/system/,,," -- cgit v1.2.3-54-g00ecf