diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2016-10-18 22:33:36 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2016-10-18 22:33:36 +0200 |
commit | 86918422dea1f0ba916f325cb055b3d59adfb3ad (patch) | |
tree | 0b7981bec929ebb82bbef7171c4675847e5ee136 /meta-sota/recipes-support | |
parent | 7b872efa4f918ebc18e68576ab0957e21bba1980 (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>
Diffstat (limited to 'meta-sota/recipes-support')
-rw-r--r-- | meta-sota/recipes-support/libgsystem/libgsystem_git.bb | 2 |
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" |