From 86918422dea1f0ba916f325cb055b3d59adfb3ad Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Tue, 18 Oct 2016 22:33:36 +0200 Subject: Fix build of libgsystem in sota feature MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit libgsystem_git.bb needs gobject-introspection in the inherit statements. Add it there to fix the build. Change-Id: I43c25ed02b15b7a1f53ab5111813c09a5c6b84fa Signed-off-by: Jan-Simon Möller --- meta-sota/recipes-support/libgsystem/libgsystem_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-sota/recipes-support/libgsystem/libgsystem_git.bb b/meta-sota/recipes-support/libgsystem/libgsystem_git.bb index 4b1eb49..181dd42 100644 --- a/meta-sota/recipes-support/libgsystem/libgsystem_git.bb +++ b/meta-sota/recipes-support/libgsystem/libgsystem_git.bb @@ -7,7 +7,7 @@ SRCREV="d606bec68ddfea78de4b03c3f3568afb71bdc1ce" S = "${WORKDIR}/git" -inherit autotools-brokensep +inherit autotools-brokensep gobject-introspection DEPENDS += "attr glib-2.0 pkgconfig libcap" RDEPENDS_${PN} = "xz systemd" -- cgit 1.2.3-korg