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 | acc720528a7e25eb322410f100bb7375422dc770 (patch) | |
| tree | 34a7a32edc2dba95e400408bd6a4226acb27efef | |
| parent | 751edc8fc443bb89e504bf0f87c52826de91beae (diff) | |
| download | meta-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>
| -rw-r--r-- | recipes-support/libgsystem/libgsystem_git.bb | 2 | 
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 | ||
| 8 | S = "${WORKDIR}/git" | 8 | S = "${WORKDIR}/git" | 
| 9 | 9 | ||
| 10 | inherit autotools-brokensep | 10 | inherit autotools-brokensep gobject-introspection | 
| 11 | 11 | ||
| 12 | DEPENDS += "attr glib-2.0 pkgconfig libcap" | 12 | DEPENDS += "attr glib-2.0 pkgconfig libcap" | 
| 13 | RDEPENDS_${PN} = "xz systemd" | 13 | RDEPENDS_${PN} = "xz systemd" | 
