diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2016-10-19 10:31:12 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2016-10-19 10:31:12 +0000 |
commit | e05a392cf438438bf5636dfc31f95c40b27b67a8 (patch) | |
tree | 5dd52cdd5bd495b0cd68cd0961019e7301c410f9 /meta-sota | |
parent | 406d424abca8bc0aa14c5fea115cfffb7d2939a0 (diff) | |
parent | 86918422dea1f0ba916f325cb055b3d59adfb3ad (diff) |
Merge "Fix build of libgsystem in sota feature"
Diffstat (limited to 'meta-sota')
-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" |