From acc720528a7e25eb322410f100bb7375422dc770 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 --- recipes-support/libgsystem/libgsystem_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-support') diff --git a/recipes-support/libgsystem/libgsystem_git.bb b/recipes-support/libgsystem/libgsystem_git.bb index 4b1eb49..181dd42 100644 --- a/recipes-support/libgsystem/libgsystem_git.bb +++ b/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 v1.2.3-54-g00ecf