diff options
author | Anton Gerasimov <anton@advancedtelematic.com> | 2017-01-16 17:11:23 +0100 |
---|---|---|
committer | Anton Gerasimov <anton@advancedtelematic.com> | 2017-01-17 14:59:47 +0100 |
commit | 22a19e912214d2a35050e95832b88cf4a6116954 (patch) | |
tree | b969eb5f669aeb82856e32522d29747dbea7d280 /meta-sota/recipes-support | |
parent | 684da7770b33f417f50f89889436d99c45c77525 (diff) |
Image creation has changed a bit in morty, fix OSTree-related types
accordingly
Bug-AGL: SPEC-413
Change-Id: If7dbf01eb277143e41b602a977b0ef6110a5664d
Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
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 92ac386..2b93191 100644 --- a/meta-sota/recipes-support/libgsystem/libgsystem_git.bb +++ b/meta-sota/recipes-support/libgsystem/libgsystem_git.bb @@ -9,7 +9,7 @@ S = "${WORKDIR}/git" inherit autotools-brokensep gobject-introspection -DEPENDS += "attr glib-2.0 pkgconfig libcap gtk-doc-native" +DEPENDS += "attr glib-2.0 pkgconfig libcap gtk-doc-native gpgme" RDEPENDS_${PN} = "xz systemd" RDEPENDS_${PN}_remove_class-native = "systemd-native" |