summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/ostree
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-extended/ostree')
-rw-r--r--meta-oe/recipes-extended/ostree/ostree_2021.6.bb8
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/ostree/ostree_2021.6.bb b/meta-oe/recipes-extended/ostree/ostree_2021.6.bb
index 9e0f7bc7c..d2d5dc0aa 100644
--- a/meta-oe/recipes-extended/ostree/ostree_2021.6.bb
+++ b/meta-oe/recipes-extended/ostree/ostree_2021.6.bb
@@ -29,6 +29,14 @@ S = "${WORKDIR}/git"
29 29
30inherit autotools bash-completion gobject-introspection gtk-doc manpages pkgconfig ptest-gnome systemd 30inherit autotools bash-completion gobject-introspection gtk-doc manpages pkgconfig ptest-gnome systemd
31 31
32# Workaround compile failure:
33# |../git/src/libotutil/zbase32.c:37:1: error: function returns an aggregate [-Werror=aggregate-return]
34# so remove -Og and use -O2 as workaround
35DEBUG_OPTIMIZATION:remove = "-Og"
36DEBUG_OPTIMIZATION:append = " -O2"
37BUILD_OPTIMIZATION:remove = "-Og"
38BUILD_OPTIMIZATION:append = " -O2"
39
32# Package configuration - match ostree defaults, but without rofiles-fuse 40# Package configuration - match ostree defaults, but without rofiles-fuse
33# otherwise we introduce a dependendency on meta-filesystems 41# otherwise we introduce a dependendency on meta-filesystems
34PACKAGECONFIG ??= " \ 42PACKAGECONFIG ??= " \