summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2016-10-18 22:33:36 +0200
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2016-10-18 22:33:36 +0200
commit86918422dea1f0ba916f325cb055b3d59adfb3ad (patch)
tree0b7981bec929ebb82bbef7171c4675847e5ee136
parent7b872efa4f918ebc18e68576ab0957e21bba1980 (diff)
Fix build of libgsystem in sota feature
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 <jsmoeller@linuxfoundation.org>
-rw-r--r--meta-sota/recipes-support/libgsystem/libgsystem_git.bb2
1 files changed, 1 insertions, 1 deletions
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"