summaryrefslogtreecommitdiffstats
path: root/recipes-support
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
commitacc720528a7e25eb322410f100bb7375422dc770 (patch)
tree34a7a32edc2dba95e400408bd6a4226acb27efef /recipes-support
parent751edc8fc443bb89e504bf0f87c52826de91beae (diff)
downloadmeta-updater-acc720528a7e25eb322410f100bb7375422dc770.tar.gz
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>
Diffstat (limited to 'recipes-support')
-rw-r--r--recipes-support/libgsystem/libgsystem_git.bb2
1 files changed, 1 insertions, 1 deletions
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"
7 7
8S = "${WORKDIR}/git" 8S = "${WORKDIR}/git"
9 9
10inherit autotools-brokensep 10inherit autotools-brokensep gobject-introspection
11 11
12DEPENDS += "attr glib-2.0 pkgconfig libcap" 12DEPENDS += "attr glib-2.0 pkgconfig libcap"
13RDEPENDS_${PN} = "xz systemd" 13RDEPENDS_${PN} = "xz systemd"